Skip to content

Commit

Permalink
Fix test target dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrossard committed Jun 8, 2016
1 parent 63e1b81 commit 1622674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ libthreadpool.a: src/libthreadpool.o
clean:
rm -f $(TARGETS) *~ */*~ */*.o

test:
test: $(TARGETS)
./tests/shutdown
./tests/thrdtest
./tests/heavy
Expand Down

0 comments on commit 1622674

Please sign in to comment.