From 3059fb2bc748a8ff1876d0f840a50b73139445f2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 7 May 2005 23:14:17 +0000 Subject: r6662: add an installcheck target for talloc (This used to be commit 2f78428cfd823b499c60ac3cc02650183b760ef0) --- source4/lib/talloc/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/lib') diff --git a/source4/lib/talloc/Makefile.in b/source4/lib/talloc/Makefile.in index b6bc271986..a986d7766c 100644 --- a/source4/lib/talloc/Makefile.in +++ b/source4/lib/talloc/Makefile.in @@ -45,3 +45,6 @@ test: testsuite gcov: gcov talloc.c + +installcheck: + $(MAKE) test -- cgit