From 8f2f05835880448d4a25fbf3416ddb1a114b616f Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 24 Jul 2009 02:07:38 +0000 Subject: [PATCH] putting problematic test at the back --- Cantera/cxx/demos/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/cxx/demos/Makefile.in b/Cantera/cxx/demos/Makefile.in index 07f06f6c7..acd0a0b62 100644 --- a/Cantera/cxx/demos/Makefile.in +++ b/Cantera/cxx/demos/Makefile.in @@ -14,8 +14,8 @@ all: test: cd combustor; @MAKE@ -s test cd kinetics1; @MAKE@ -s test - cd flamespeed; @MAKE@ -s test cd NASA_coeffs; @MAKE@ -s test + cd flamespeed; @MAKE@ -s test install: @INSTALL@ -d @ct_demodir@/cxx