cantera/bin/clean_tests
Harry Moffat e6863bfdae InterfaceKinetics rewite: added rmcVector and identifyMetalPhases routine.
added utility to clean tests. tests don't rerun when they should!
2014-08-21 21:40:26 +00:00

9 lines
62 B
Bash
Executable file

#!/bin/sh
#
#
/bin/rm -rf build/test
#
#
scons test-clean
#
#