[cantera]: adding cxx_ex test (successfully)
This commit is contained in:
parent
fd7b517c77
commit
c599918145
3 changed files with 4 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
#
|
||||
|
|
|
|||
1
test_problems/cxx_ex/Makefile.am
Normal file
1
test_problems/cxx_ex/Makefile.am
Normal file
|
|
@ -0,0 +1 @@
|
|||
TESTS = runtest
|
||||
Loading…
Add table
Reference in a new issue