From 343906be99aa808b6e0225bdeff12ccd41a523b9 Mon Sep 17 00:00:00 2001 From: Nicholas Malaya Date: Tue, 7 Feb 2012 16:44:16 +0000 Subject: [PATCH] [cantera]: adding fracCoeff tests --- configure.ac | 1 + test_problems/fracCoeff/Makefile.am | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) 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