summaryrefslogtreecommitdiff
path: root/tests/Makefile
blob: 979d08152143972303d3db39797ab53a7927f873 (plain)
1
2
3
4
5
6
7
8
9
10
11
jimsh ?= ../jimsh
tclsh ?= tclsh

test:
	@LD_LIBRARY_PATH=..:$(LD_LIBRARY_PATH) $(jimsh) runall.tcl

tcl:
	@rc=0; for i in *.test; do LD_LIBRARY_PATH=..:$(LD_LIBRARY_PATH) $(tclsh) -encoding utf-8 $$i || rc=$?; done; exit $$rc

clean:
	rm -f gorp.file2 gorp.file sleepx test1 exec.tmp1