[cantera]: oops, missing makefile.am
This commit is contained in:
parent
2e519973ea
commit
0e03383cf0
1 changed files with 23 additions and 0 deletions
23
test_problems/negATest/Makefile.am
Normal file
23
test_problems/negATest/Makefile.am
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue