Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Update files used for coverage testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TanmayPatil105 committed Jun 7, 2024
1 parent e72c9b5 commit 502483f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ build-test: $(TESTS)
check: build-test
./$(TEST_TARGET)
gcov:
gcov $(SRCS)
gcov $(TESTS)
clean:
- rm -f $(TARGET) $(OBJS) $(TEST_TARGET) $(TEST_OBJS) *.gcov *.gcda *.gcno
install: all
Expand Down

0 comments on commit 502483f

Please sign in to comment.