projects
/
tcludp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
affeb5e
)
Fix test target
tcludp-1_0_6
author
patthoyts
<patthoyts>
Tue, 23 Nov 2004 00:03:04 +0000
(
00:03
+0000)
committer
patthoyts
<patthoyts>
Tue, 23 Nov 2004 00:03:04 +0000
(
00:03
+0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index dde947d98a18e8c1cde206ca96b7e7b6761d8f6a..6283fc9f7e8871ed501ba2fa12161865e5555cc6 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-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)