zlib: Don't use PASTE for INTMAX error messages
[jimtcl.git] / tests / Makefile
blob979d08152143972303d3db39797ab53a7927f873
1 jimsh ?= ../jimsh
2 tclsh ?= tclsh
4 test:
5 @LD_LIBRARY_PATH=..:$(LD_LIBRARY_PATH) $(jimsh) runall.tcl
7 tcl:
8 @rc=0; for i in *.test; do LD_LIBRARY_PATH=..:$(LD_LIBRARY_PATH) $(tclsh) -encoding utf-8 $$i || rc=$?; done; exit $$rc
10 clean:
11 rm -f gorp.file2 gorp.file sleepx test1 exec.tmp1