From 54a08b0483c514201d17921f72a1fc565dbfdcac Mon Sep 17 00:00:00 2001 From: Dmitry Mikhirev Date: Mon, 8 Dec 2014 23:13:33 +0300 Subject: fix tests on travis --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 68fbd32..cf2e6bf 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ pcre.so: pcre.c $(CC) $(CPPFLAGS) $(CFLAGS) $(MAKE_CFLAGS) -fPIC \ $(LDFLAGS) -shared -o $@ $< $(LIBS) -check: +check: pcre.so @if [ -n "`which $(GNUMAKE4)`" ] ; then \ $(GNUMAKE4) -k -f tests.mk ; \ else \ -- cgit v1.2.3