Index: Makefile.in =================================================================== diff -u -r88e54fa5bb23eb546abf7f676afa03aa697ac813 -r67c92d72f53bd368ff0fce6555ec803e859d7300 --- Makefile.in (.../Makefile.in) (revision 88e54fa5bb23eb546abf7f676afa03aa697ac813) +++ Makefile.in (.../Makefile.in) (revision 67c92d72f53bd368ff0fce6555ec803e859d7300) @@ -474,11 +474,17 @@ gdb: $(TCLSH_ENV) gdb $(TCLSH_PROG) $(SCRIPT) -test: binaries libraries test-core test-xotcl test-http @test_actiweb@ +test: binaries libraries test-core test-xotcl test-http @test_actiweb@ test-summary test-nohttp: binaries libraries test-core test-xotcl -#TESTFLAGS = -srcdir $(srcdir) +TESTLOG = ./test.log +TESTFLAGS = -testlog $(TESTLOG) + +test-summary: + $(TCLSH) $(src_test_dir_native)/summary.tcl -libdir $(PLATFORM_DIR) $(TESTFLAGS) + test-core: $(TCLSH_PROG) + rm -f $(TESTLOG) $(TCLSH) $(src_test_dir_native)/object-system.test -libdir $(PLATFORM_DIR) $(TESTFLAGS) $(TCLSH) $(src_test_dir_native)/destroy.test -libdir $(PLATFORM_DIR) $(TESTFLAGS) $(TCLSH) $(src_test_dir_native)/methods.test -libdir $(PLATFORM_DIR) $(TESTFLAGS)