diff options
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index fbe5b6afab..1babe1d3da 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1354,6 +1354,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 bin/smbcontrol - +# 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 bin/t_snprintf |