Added more output to the test process
This commit is contained in:
parent
16e84c9a5b
commit
fc4cc948ea
2 changed files with 5 additions and 13 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue