From 0e03383cf0dbc4f091c914c091786e8b9e222af2 Mon Sep 17 00:00:00 2001 From: Nicholas Malaya Date: Tue, 7 Feb 2012 20:07:30 +0000 Subject: [PATCH] [cantera]: oops, missing makefile.am --- test_problems/negATest/Makefile.am | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 test_problems/negATest/Makefile.am diff --git a/test_problems/negATest/Makefile.am b/test_problems/negATest/Makefile.am new file mode 100644 index 000000000..4bb8ff193 --- /dev/null +++ b/test_problems/negATest/Makefile.am @@ -0,0 +1,23 @@ +cc_sources = negATest.cpp + +INC = -I. -I$(top_builddir)/build/include/ -g +AM_CPPFLAGS = $(INC) +AM_CXXFLAGS = $(AM_CPPFLAGS) + +LINK = -lctcxx -luser -loneD -lzeroD -lequil -lkinetics -ltransport -lthermo +LINK += -lctnumerics -lctmath -ltpx -lctspectra -lconverters -lctbase -lcvode +LINK += -lctlapack -lctblas -lctf2c -lm -lstdc++ +AM_LDFLAGS = -L$(top_builddir)/build/lib/ +LIBS = $(LINK) + +bin_PROGRAMS = negATest +library_includedir = $(INC) + +#----------------------- +# Cantera DH graph test +#----------------------- + +negATest_SOURCES = $(cc_sources) + +TESTS_ENVIRONMENT = +TESTS = runtest