diff options
author | hershey <hershey> | 1999-03-11 19:01:59 (GMT) |
---|---|---|
committer | hershey <hershey> | 1999-03-11 19:01:59 (GMT) |
commit | e51df2e36e5a3832d3b375f796c3dd30bb5c54ee (patch) | |
tree | 6aed9dbfe74d9f8ae04ede9dc7786ad950eb352b /unix | |
parent | 95793f0a86f9a589b52f49eee1af88cad60d3815 (diff) | |
download | tk-e51df2e36e5a3832d3b375f796c3dd30bb5c54ee.zip tk-e51df2e36e5a3832d3b375f796c3dd30bb5c54ee.tar.gz tk-e51df2e36e5a3832d3b375f796c3dd30bb5c54ee.tar.bz2 |
"make test" now invokes the test suite from the current working dir so
that you can call "make test" on multiple platforms simultaneously.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 6cb6c53..8d87f53 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.1.4.6 1999/03/11 00:48:54 redman Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.1.4.7 1999/03/11 19:01:59 hershey Exp $ # Current Tk version; used in various names. @@ -403,9 +403,7 @@ test: tktest export SHLIB_PATH; \ TCL_LIBRARY=@TCL_SRC_DIR@/library; export TCL_LIBRARY; \ TK_LIBRARY=@TK_SRC_DIR@/library; export TK_LIBRARY; \ - ( echo cd $(TOP_DIR)/tests\; source all\; exit ) \ - | ./tktest -geometry +0+0 - + ./tktest $(TOP_DIR)/tests/all.tcl -geometry +0+0 # Useful target to launch a built tktest with the proper path,... runtest: |