From c599918145a9507f2a330d082eb610c73832a16b Mon Sep 17 00:00:00 2001 From: Nicholas Malaya Date: Tue, 7 Feb 2012 00:48:32 +0000 Subject: [PATCH] [cantera]: adding cxx_ex test (successfully) --- configure.ac | 1 + test_problems/Makefile.am | 4 ++-- test_problems/cxx_ex/Makefile.am | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 test_problems/cxx_ex/Makefile.am diff --git a/configure.ac b/configure.ac index 9bd43f407..733cf9b43 100644 --- a/configure.ac +++ b/configure.ac @@ -96,6 +96,7 @@ AC_OUTPUT(Makefile \ test_problems/ChemEquil_ionizedGas/Makefile \ test_problems/ChemEquil_red1/Makefile \ test_problems/CpJump/Makefile \ + test_problems/cxx_ex/Makefile \ test_problems/cathermo/Makefile \ test_problems/cathermo/DH_graph_1/Makefile \ test_problems/cathermo/DH_graph_acommon/Makefile \ diff --git a/test_problems/Makefile.am b/test_problems/Makefile.am index e88cc3e43..4287fcedf 100644 --- a/test_problems/Makefile.am +++ b/test_problems/Makefile.am @@ -1,11 +1,11 @@ -#SUBDIRS = cxx_ex surfkin fracCoeff silane_equil VPsilance_test \ +#SUBDIRS = surfkin fracCoeff silane_equil VPsilance_test \ negATest diamondSurf diamondSurf_dupl surfSolverTest \ ChemEquil_gri_matrix ChemEquil_gri_pairs \ mixGasTransport multiGasTransport printUtilUnitTest SUBDIRS = cathermo mixGasTransport ChemEquil_gri_matrix ChemEquil_gri_pairs -SUBDIRS += ChemEquil_ionizedGas ChemEquil_red1 CpJump +SUBDIRS += ChemEquil_ionizedGas ChemEquil_red1 CpJump cxx_ex # diff --git a/test_problems/cxx_ex/Makefile.am b/test_problems/cxx_ex/Makefile.am new file mode 100644 index 000000000..1773e7087 --- /dev/null +++ b/test_problems/cxx_ex/Makefile.am @@ -0,0 +1 @@ +TESTS = runtest \ No newline at end of file