aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2011-07-12 19:24:20 +1000
committerSteve Bennett <steveb@workware.net.au>2011-07-13 11:33:35 +1000
commita36733634abd60b973979431718d4af889611121 (patch)
treeb902adfd7da8ff4b2e7bcd9f87a840980e29b605 /tests/Makefile
parent3ad2031b80c957011160de5f8c1eb4f8346df97b (diff)
downloadjimtcl-a36733634abd60b973979431718d4af889611121.zip
jimtcl-a36733634abd60b973979431718d4af889611121.tar.gz
jimtcl-a36733634abd60b973979431718d4af889611121.tar.bz2
Setup auto_path directly in tests/testing.tcl
Rather than relying on setting JIMLIB in the Makefile. Makes it easier to run individual tests manually. Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index caca931..586352a 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,6 +1,5 @@
jimsh ?= ../jimsh
export LD_LIBRARY_PATH := ..:$(LD_LIBRARY_PATH)
-export JIMLIB := ..:.
test:
@set -e; for i in *.test; do $(jimsh) $$i; done