diff --git a/src/test/Makefile.in b/src/test/Makefile.in index f58331d4..8a2c3529 100644 --- a/src/test/Makefile.in +++ b/src/test/Makefile.in @@ -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"