diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2017-10-20 15:32:22 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2017-10-20 15:32:22 (GMT) |
commit | 6f23316c4abdd3a5605d3aa6b558639095d75650 (patch) | |
tree | 3f00de829f5174761651f027a8ddcefba30bfd77 /win/makefile.vc | |
parent | fa7141288f0899b531d7dc94763423094be8608d (diff) | |
download | tcl-6f23316c4abdd3a5605d3aa6b558639095d75650.zip tcl-6f23316c4abdd3a5605d3aa6b558639095d75650.tar.gz tcl-6f23316c4abdd3a5605d3aa6b558639095d75650.tar.bz2 |
Added test and shell targets.
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 675d8fc..d09b187 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -485,19 +485,10 @@ setup: default-setup test: test-core test-pkgs
test-core: setup $(TCLTEST) dlls $(CAT32)
set TCL_LIBRARY=$(ROOT:\=/)/library
-!if "$(OS)" == "Windows_NT" || "$(MSVCDIR)" == "IDE"
$(DEBUGGER) $(TCLTEST) "$(ROOT:\=/)/tests/all.tcl" $(TESTFLAGS) -loadfile <<
package ifneeded dde 1.4.0 [list load "$(TCLDDELIB:\=/)" dde]
package ifneeded registry 1.3.2 [list load "$(TCLREGLIB:\=/)" registry]
<<
-!else
- @echo Please wait while the tests are collected...
- $(TCLTEST) "$(ROOT:\=/)/tests/all.tcl" $(TESTFLAGS) -loadfile << > tests.log
- package ifneeded dde 1.4.0 "$(TCLDDELIB:\=/)" dde]
- package ifneeded registry 1.3.2 "$(TCLREGLIB:\=/)" registry]
-<<
- type tests.log | more
-!endif
runtest: setup $(TCLTEST) dlls $(CAT32)
set TCL_LIBRARY=$(ROOT:\=/)/library
|