diff --git a/configure.ac b/configure.ac index 20a9dabd2..70cea94da 100644 --- a/configure.ac +++ b/configure.ac @@ -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 \ diff --git a/test_problems/fracCoeff/Makefile.am b/test_problems/fracCoeff/Makefile.am index 2e764696b..96c8e3b78 100644 --- a/test_problems/fracCoeff/Makefile.am +++ b/test_problems/fracCoeff/Makefile.am @@ -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