cantera/test_problems/python/Makefile.in
2008-01-04 21:16:49 +00:00

16 lines
270 B
Makefile

#!/bin/sh
# test target -> make the program and run the test
test:
./runtest @PYTHON_CMD@
@cd tut1; ./runtest @PYTHON_CMD@
@cd tut2; ./runtest @PYTHON_CMD@
# clean target -> clean up
clean:
../../bin/rm_cvsignore
cd tut1; ./cleanup
cd tut2; ./cleanup
depends: