[cantera]: adding fracCoeff tests
This commit is contained in:
parent
35c088a406
commit
343906be99
2 changed files with 5 additions and 4 deletions
|
|
@ -99,6 +99,7 @@ AC_OUTPUT(Makefile \
|
|||
test_problems/cxx_ex/Makefile \
|
||||
test_problems/diamondSurf/Makefile \
|
||||
test_problems/diamondSurf_dupl/Makefile \
|
||||
test_problems/fracCoeff/Makefile \
|
||||
test_problems/cathermo/Makefile \
|
||||
test_problems/cathermo/DH_graph_1/Makefile \
|
||||
test_problems/cathermo/DH_graph_acommon/Makefile \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
cc_sources = fracCoef.cpp
|
||||
cc_sources = fracCoeff.cpp
|
||||
|
||||
INC = -I. -I$(top_builddir)/build/include/
|
||||
AM_CPPFLAGS = $(INC)
|
||||
|
|
@ -10,14 +10,14 @@ LINK += -lctlapack -lctblas -lctf2c -lctcxx -lm -lctf2c -lstdc++
|
|||
AM_LDFLAGS = -L$(top_builddir)/build/lib/
|
||||
LIBS = $(LINK)
|
||||
|
||||
bin_PROGRAMS = fracCoef
|
||||
bin_PROGRAMS = fracCoeff
|
||||
library_includedir = $(INC)
|
||||
|
||||
#-----------------------
|
||||
# Cantera DH graph test
|
||||
# Cantera fraccoeff tests
|
||||
#-----------------------
|
||||
|
||||
fracCoef_SOURCES = $(cc_sources)
|
||||
fracCoeff_SOURCES = $(cc_sources)
|
||||
|
||||
TESTS_ENVIRONMENT =
|
||||
TESTS = runtest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue