
# run all the non-regression tests


test:
	cd up_and_down && make test;
#	cd lutin/test_ok && make test;
	cd lurette_old && make test;
	cd call-luciole  && make test ;
	cd from_ocaml && make test;
	cd external_code && make test;
	cd call-luciole && make test ;
	cd crazy-rabbit && make test;
	cd StimulusLib/ && make test;
	echo "All lutin tests ran correctly."

# XXX Broken !
#	cd lutin/lustre && make test ;
#	cd lutin/C && make test;

# problem ~ 



