compile tests when needed.

This commit is contained in:
W.C.A. Wijngaards 2013-11-29 18:07:43 +01:00
parent 552cb4bfca
commit 48b54c3579
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ tests_stub_async: tests_stub_async.o testmessages.o
tests_stub_sync: tests_stub_sync.o
$(LIBTOOL) --tag=CC --mode=link $(CC) $(CFLAGS) $(LDFLAGS) $(LDLIBS) -o $@ tests_stub_sync.o
test:
test: all
./testscript.sh
@echo "All tests OK"