diff options
author | Gerald Carter <jerry@samba.org> | 2005-08-24 12:42:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:01:13 -0500 |
commit | c3d30670d4117fde0fc7f4d74b076bc74c6b46ec (patch) | |
tree | 40c6c59a8e3cf280a5fd0535f5c451edb57bfc10 | |
parent | 024a46c8fa93a1f219930a329cf7548390a61c2a (diff) | |
download | samba-c3d30670d4117fde0fc7f4d74b076bc74c6b46ec.tar.gz samba-c3d30670d4117fde0fc7f4d74b076bc74c6b46ec.tar.bz2 samba-c3d30670d4117fde0fc7f4d74b076bc74c6b46ec.zip |
r9582: a few makefile fixes for 'make test'; get the dependencies and cleanup right
(This used to be commit bec6cf7ea80fde683e90590421569ea8ff88830c)
-rw-r--r-- | source3/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index cf76161e71..aa6a526fbb 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -774,7 +774,7 @@ pch: ## ## Targets for 'make test' ## -test: all +test: all torture @echo Running Samba 3 Test suite @sh ./script/tests/runtests.sh t_dir @@ -1441,7 +1441,8 @@ TOPFILES=dynconfig.o dynconfig.@PICSUFFIX@ clean: delheaders python_clean -rm -f core */*~ *~ */*.o */*.@PICSUFFIX@ */*.@SHLIBEXT@ \ $(TOPFILES) $(BIN_PROGS) $(SBIN_PROGS) $(MODULES) $(TORTURE_PROGS) \ - $(LIBSMBCLIENT) $(EVERYTHING_PROGS) .headers.stamp t_dir + $(LIBSMBCLIENT) $(EVERYTHING_PROGS) .headers.stamp + -rm -rf t_dir # Making this target will just make sure that the prototype files # exist, not necessarily that they are up to date. Since they're |