From fc4cc948ea2d80b22fe7b162905ce4bfbe62b0d5 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Mon, 13 Jul 2009 16:51:56 +0000 Subject: [PATCH] Added more output to the test process --- test_problems/min_python/Makefile.in | 5 +++++ test_problems/min_python/minDiamond/runDiamond.cpp | 13 ------------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/test_problems/min_python/Makefile.in b/test_problems/min_python/Makefile.in index b3db076c3..6046d6f33 100644 --- a/test_problems/min_python/Makefile.in +++ b/test_problems/min_python/Makefile.in @@ -13,6 +13,11 @@ all: cd negATest; @MAKE@ all test: + @(echo "***************************************************") + @(echo " Testing the Cantera Minimun Python Interface ") + @(echo " python executable: " `which "${PYTHON_CMD}" 2>&1` ) + @(echo " python version: " `"${PYTHON_CMD}" -V 2>&1` ) + @(echo "***************************************************") cd minDiamond; @MAKE@ -s test cd negATest; @MAKE@ -s test diff --git a/test_problems/min_python/minDiamond/runDiamond.cpp b/test_problems/min_python/minDiamond/runDiamond.cpp index 0693b0f44..bb73575fb 100644 --- a/test_problems/min_python/minDiamond/runDiamond.cpp +++ b/test_problems/min_python/minDiamond/runDiamond.cpp @@ -26,22 +26,9 @@ int iDebug_HKM = 0; /*****************************************************************/ /*****************************************************************/ /*****************************************************************/ -static void printUsage() -{ -} - -#ifdef SRCDIRTREE -#include "ct_defs.h" -#include "ctml.h" -#include "GasKinetics.h" -#include "importCTML.h" -#include "ThermoPhase.h" -#include "InterfaceKinetics.h" -#else #include "Cantera.h" #include "kinetics.h" -#endif using namespace Cantera;