From 48b54c3579d57c03ccfa02270a7650cdf931f1a3 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Fri, 29 Nov 2013 18:07:43 +0100 Subject: [PATCH] compile tests when needed. --- src/test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"