r18037: added 'make installcheck' target
authorAndrew Tridgell <tridge@samba.org>
Mon, 4 Sep 2006 12:56:14 +0000 (12:56 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:17:06 +0000 (14:17 -0500)
(This used to be commit 34f173d8cb23a3e12e94744b696343757b837066)

source4/lib/replace/Makefile.in

index 4d14fe5123e8268137f36ae7add41e8286e3b077..a53a1271ef854971211f8dcc4f6eb1602da4d946 100644 (file)
@@ -26,6 +26,8 @@ libreplace.a: $(OBJS)
 test: testsuite
        ./testsuite
 
+installcheck: install test
+
 TEST_OBJS = test/testsuite.o
 
 testsuite: libreplace.a $(TEST_OBJS)