From d3b74921b9b1a46deab7fc4cc540fbaff91ebca3 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 24 Dec 2008 21:58:57 +0000 Subject: test/Makefile: make "make compile" install headers first test/regex/Makefile: remove superfluous oprions test/regex/tst-regex2.c: reformat, simplify, and make error messages more informative test/test-skeleton.c: kill child test process on ^C --- test/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index f38427e41..728845bdf 100644 --- a/test/Makefile +++ b/test/Makefile @@ -44,7 +44,10 @@ test check all: run run: subdirs_run -compile: subdirs_compile +compile: $(top_builddir)/$(LOCAL_INSTALL_PATH) subdirs_compile + +$(top_builddir)/$(LOCAL_INSTALL_PATH): + $(Q)$(MAKE) -C $(top_builddir) $(LOCAL_INSTALL_PATH) tags: ctags -R -- cgit v1.2.3