Megatest

Diff
Login

Differences From Artifact [7c53ca1a83]:

To Artifact [9efb623beb]:


12
13
14
15
16
17
18

19
20
21
22
23
24
25
clean:
	rm -f *.so *.import.scm test_ducttape test_example foo *.c *.o

install:
	chicken-install

test:

	chicken-install -no-install
	csc test_ducttape.scm

	./test_ducttape
	rm -f foo

test_example:







>







12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
clean:
	rm -f *.so *.import.scm test_ducttape test_example foo *.c *.o

install:
	chicken-install

test:
	echo '(handle-exceptions exn (begin (print-call-chain) (exit 1)) (load "ducttape-lib.scm") (inote "hello")) (exit 0)'  | csi
	chicken-install -no-install
	csc test_ducttape.scm

	./test_ducttape
	rm -f foo

test_example: