Added support for ck2cti_test

This commit is contained in:
Harry Moffat 2004-07-28 23:44:08 +00:00
parent d73cdf47c8
commit ab721fab12

View file

@ -690,11 +690,17 @@ AC_OUTPUT(../Cantera/Makefile \
../test_problems/silane_equil/Makefile \
../test_problems/surfkin/Makefile \
../test_problems/diamondSurf/Makefile \
../test_problems/ck2cti_test/runtest \
../test_problems/ck2cti_test/Makefile \
)
# )
if test "x${OS_IS_WIN}" = "x1"; then
cp -f ../config.h ../Cantera/src
fi
if test -f "../test_problems/ck2cti_test/runtest"; then
chmod +x ../test_problems/ck2cti_test/runtest
fi
echo
if test "x${OS_IS_WIN}" = "x0"; then
echo "Now type '${MAKE}' to build Cantera"