diff options
author | Martin Pool <mbp@samba.org> | 2003-04-09 06:05:12 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2003-04-09 06:05:12 +0000 |
commit | 91c9960ebabe44b144a4757b8400aef3614827aa (patch) | |
tree | e4d49dc28bd971983827c5b551e78a41bad18eff | |
parent | 1c2e2ba39ea03bec900db58a90803df95a91c73f (diff) | |
download | samba-91c9960ebabe44b144a4757b8400aef3614827aa.tar.gz samba-91c9960ebabe44b144a4757b8400aef3614827aa.tar.bz2 samba-91c9960ebabe44b144a4757b8400aef3614827aa.zip |
bin/smbcontrol needs to be built to run tpot's new tests of it.
(This used to be commit 16b09179152748abbfb7894d328890991f6e8c57)
-rw-r--r-- | source3/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
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 |