aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
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