From ab721fab1263fde08c6c181e52fa5d6acee7304a Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Wed, 28 Jul 2004 23:44:08 +0000 Subject: [PATCH] Added support for ck2cti_test --- config/configure.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/configure.in b/config/configure.in index 090442140..1fef3ec44 100755 --- a/config/configure.in +++ b/config/configure.in @@ -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"