Skip to content

Commit b2a1a5d

Browse files
authored
Merge pull request #39 from sir-gon/develop
[BUGFIX] [CONFIG] [make] test dependency fix
2 parents c1e31e6 + 63327dc commit b2a1a5d

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
@@ -92,7 +92,7 @@ test/styling:
9292
format:
9393
clang-format -i --verbose $(FILES)
9494

95-
test: env dependencies
95+
test: env dependencies build
9696
cd build && make test
9797

9898
coverage: test

0 commit comments

Comments
 (0)