Skip to content

Commit 96c74bd

Browse files
authored
update unittest dependency
Fixes #5
1 parent e00c60a commit 96c74bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ HAS_CLANGFMT := $(shell command -v clang-format 2> /dev/null)
1616

1717
.PHONY: test stylecheck formatcheck all clean
1818

19-
$(TEST_PATH)/unittest: $(TEST_PATH)/unittest.cpp $(IMPLEMENTATIONS)
19+
$(TEST_PATH)/unittest: $(TEST_PATH)/unittest.cpp $(IMPLEMS) $(HEADERS)
2020
@g++ -std=c++17 $(IMPLEMS) $(TEST_PATH)/unittest.cpp -o $(TEST_PATH)/unittest -pthread -lgtest
2121

2222
/usr/lib/libgtest.a:

0 commit comments

Comments
 (0)