diff options
author | das <das> | 2008-12-20 02:27:55 (GMT) |
---|---|---|
committer | das <das> | 2008-12-20 02:27:55 (GMT) |
commit | 4d28e8bc24a5f5359b08a3c233dca7d4976e7509 (patch) | |
tree | dc251d425c49b265a6c17bcac0b4ca14ff35c89d /unix | |
parent | 2e755e5c14429050c68cfff600e7da32fb146e53 (diff) | |
download | tcl-4d28e8bc24a5f5359b08a3c233dca7d4976e7509.zip tcl-4d28e8bc24a5f5359b08a3c233dca7d4976e7509.tar.gz tcl-4d28e8bc24a5f5359b08a3c233dca7d4976e7509.tar.bz2 |
test packages after testing tcl
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 13d4cae..2a68836 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -4,7 +4,7 @@ # "./configure", which is a configuration script generated by the "autoconf" # program (constructs like "@foo@" will get replaced in the actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.255 2008/12/20 01:11:10 das Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.256 2008/12/20 02:27:55 das Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -634,7 +634,10 @@ tcltest-real: # tcltest, ie: # % make test TESTFLAGS="-verbose bps -file fileName.test" -test: tcltest test-packages +test: test-tcl test-packages + @ + +test-tcl: tcltest $(SHELL_ENV) ./tcltest $(TOP_DIR)/tests/all.tcl $(TESTFLAGS) gdb-test: tcltest |