Tcl Source Code

Artifact [5becfcc479]
Login

Artifact 5becfcc47901b5398ed017ab026d21bbe8f5d0c3:

Attachment "tcltest-real.patch" to ticket [218110ffff] added by mdejong 2001-12-20 03:47:17.
Index: unix/Makefile.in
===================================================================
RCS file: /cvsroot/tcl/tcl/unix/Makefile.in,v
retrieving revision 1.91
diff -u -r1.91 Makefile.in
--- unix/Makefile.in	2001/12/19 20:11:55	1.91
+++ unix/Makefile.in	2001/12/19 20:37:25
@@ -444,10 +444,12 @@
 	${CC} ${LDFLAGS} ${TCLSH_OBJS} @TCL_BUILD_LIB_SPEC@ ${LIBS} \
 		@TCL_LD_SEARCH_FLAGS@ -o tclsh
 
-tcltest: ${TCLTEST_OBJS} ${TCL_LIB_FILE} ${BUILD_DLTEST}
+tcltest:
+	$(MAKE) tcltest-real LIB_RUNTIME_DIR=`pwd`
+
+tcltest-real: ${TCLTEST_OBJS} ${TCL_LIB_FILE} ${BUILD_DLTEST}
 	${CC} ${LDFLAGS} ${TCLTEST_OBJS} @TCL_BUILD_LIB_SPEC@ ${LIBS} \
 		@TCL_LD_SEARCH_FLAGS@ -o tcltest
-
 
 # Note, in the target below TCL_LIBRARY needs to be set or else
 # "make test" won't work in the case where the compilation directory