mirror of https://github.com/getdnsapi/getdns.git
compile tests when needed.
This commit is contained in:
parent
552cb4bfca
commit
48b54c3579
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue