summaryrefslogtreecommitdiff
path: root/source4/lib/replace/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-04 12:56:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:06 -0500
commite67b1f21f649ba0d47230646a210d2cd4c4d5250 (patch)
treea7ac565f5844e2e1dd6471ec9985ed784d0eb93c /source4/lib/replace/Makefile.in
parent7a4206aa525a328d99df778f62fa1a5c25416606 (diff)
downloadsamba-e67b1f21f649ba0d47230646a210d2cd4c4d5250.tar.gz
samba-e67b1f21f649ba0d47230646a210d2cd4c4d5250.tar.bz2
samba-e67b1f21f649ba0d47230646a210d2cd4c4d5250.zip
r18037: added 'make installcheck' target
(This used to be commit 34f173d8cb23a3e12e94744b696343757b837066)
Diffstat (limited to 'source4/lib/replace/Makefile.in')
-rw-r--r--source4/lib/replace/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/replace/Makefile.in b/source4/lib/replace/Makefile.in
index 4d14fe5123..a53a1271ef 100644
--- a/source4/lib/replace/Makefile.in
+++ b/source4/lib/replace/Makefile.in
@@ -26,6 +26,8 @@ libreplace.a: $(OBJS)
test: testsuite
./testsuite
+installcheck: install test
+
TEST_OBJS = test/testsuite.o
testsuite: libreplace.a $(TEST_OBJS)