1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

r18037: added 'make installcheck' target

(This used to be commit 34f173d8cb23a3e12e94744b696343757b837066)
This commit is contained in:
Andrew Tridgell 2006-09-04 12:56:14 +00:00 committed by Gerald (Jerry) Carter
parent 7a4206aa52
commit e67b1f21f6

View File

@ -26,6 +26,8 @@ libreplace.a: $(OBJS)
test: testsuite
./testsuite
installcheck: install test
TEST_OBJS = test/testsuite.o
testsuite: libreplace.a $(TEST_OBJS)