From 91c9960ebabe44b144a4757b8400aef3614827aa Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Wed, 9 Apr 2003 06:05:12 +0000 Subject: bin/smbcontrol needs to be built to run tpot's new tests of it. (This used to be commit 16b09179152748abbfb7894d328890991f6e8c57) --- source3/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/Makefile.in b/source3/Makefile.in index 479d16fedd..cf8791a9a8 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1341,5 +1341,7 @@ check: check-programs PATH="`pwd`/bin:$$PATH" \ python stf/standardcheck.py -# These are called by the test suite -check-programs: bin/t_strcmp bin/t_push_ucs2 +# These are called by the test suite and need to be built before +# running it. For the time being we don't build all of BIN_PROGS, +# because they're not all needed. +check-programs: bin/t_strcmp bin/t_push_ucs2 bin/smbcontrol -- cgit