Fix test target tcludp-1_0_6
authorpatthoyts <patthoyts>
Tue, 23 Nov 2004 00:03:04 +0000 (00:03 +0000)
committerpatthoyts <patthoyts>
Tue, 23 Nov 2004 00:03:04 +0000 (00:03 +0000)
Makefile.in

index dde947d98a18e8c1cde206ca96b7e7b6761d8f6a..6283fc9f7e8871ed501ba2fa12161865e5555cc6 100644 (file)
@@ -233,7 +233,7 @@ install-doc: doc
        done
 
 test: binaries libraries
-       $(TCLSH) `@CYGPATH@ $(srcdir)/tests/all.tcl` $(TESTFLAGS)
+       echo load $($(PACKAGE)_LIB_FILE) \; cd $(srcdir)/tests \; source all.tcl | $(TCLSH) $(TESTFLAGS)
 
 shell: binaries libraries
        @$(TCLSH) $(SCRIPT)