[cantera+autotools]: adding test directory required tests
This commit is contained in:
parent
d0915621fa
commit
b44aef4ccb
3 changed files with 21 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#include $(top_srcdir)/doxygen/aminclude.am
|
||||
include $(top_srcdir)/doxygen/aminclude.am
|
||||
|
||||
# Build in these directories:
|
||||
SUBDIRS = Cantera examples test_problems
|
||||
|
|
|
|||
|
|
@ -54,7 +54,8 @@ DX_PS_FEATURE(OFF)
|
|||
DX_INIT_DOXYGEN(cantera, doxygen/cantera.dox, docs)
|
||||
|
||||
# Generate Output Files
|
||||
AC_OUTPUT(Makefile test_problems/Makefile examples/Makefile \
|
||||
AC_OUTPUT(Makefile examples/Makefile \
|
||||
test_problems/Makefile \
|
||||
doxygen/Makefile \
|
||||
Cantera/Makefile \
|
||||
Cantera/src/Makefile Cantera/src/base/Makefile \
|
||||
|
|
|
|||
|
|
@ -1,3 +1,21 @@
|
|||
|
||||
SUBDIRS = cxx_ex surfkin fracCoeff silane_equil VPsilance_test \
|
||||
negATest diamondSurf diamondSurf_dupl surfSolverTest \
|
||||
ChemEquil_gri_matrix ChemEquil_gri_pairs \
|
||||
ChemEquil_ionizedGas ChemEquil_red1 CpJump \
|
||||
mixGasTransport multiGasTransport printUtilUnitTest
|
||||
|
||||
#
|
||||
# would be good to add:
|
||||
#
|
||||
# pureFluidTest
|
||||
# rankine_democxx
|
||||
# min_python
|
||||
# ck2cti_test
|
||||
# nasa9_reader
|
||||
# cathermo
|
||||
# VCSnonideal
|
||||
|
||||
EXTRA_DIST =
|
||||
|
||||
dist-hook:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue