Add $(TEST_TOOL) as dependency of make check

pull/40/head
Jeroen Dekkers 2014-05-29 15:35:46 +02:00
parent fac9520f64
commit 93971dc434
1 changed files with 1 additions and 1 deletions

View File

@ -42,5 +42,5 @@ ADDITIONAL_LDFLAGS += -Wl,--no-as-needed
include $(GNUSTEP_MAKEFILES)/test-tool.make
-include GNUmakefile.postamble
check ::
check :: $(TEST_TOOL)
./obj/sogo-tests