build: Fix out-of-tree build with json ext
[jimtcl.git] / tests / Makefile.in
blob0567ff023fcc912a4c89d507e479dd78fffbad5c
1 jimsh ?= ../jimsh
2 tclsh ?= tclsh
4 DEF_LD_PATH := @LD_LIBRARY_PATH@="@builddir@:$(@LD_LIBRARY_PATH@)"
6 test:
7 @$(DEF_LD_PATH) $(jimsh) runall.tcl
9 tcl:
10 @rc=0; for i in *.test; do $(tclsh) -encoding utf-8 $$i || rc=$?; done; exit $$rc
12 clean:
13 rm -f gorp.file2 gorp.file sleepx test1 exec.tmp1