source: src/FunctionApproximation/Subgraph/unittests/Makefile.am@ 96af51

Fix_FitPotential_needs_atomicnumbers
Last change on this file since 96af51 was 4266eb, checked in by Frederik Heber <heber@…>, 9 years ago

Moved SubgraphEdge over to FunctionApproximation and derived argument_t from it.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1# PLEASE adhere to the alphabetical ordering in this Makefile!
2# Also indentation by a single tab
3
4FUNCTIONAPPROXIMATION_SUBGRAPHTESTSSOURCES = \
5 ../FunctionApproximation/Subgraph/unittests/SubgraphEdgeUnitTest.cpp
6
7FUNCTIONAPPROXIMATION_SUBGRAPHTESTSHEADERS = \
8 ../FunctionApproximation/Subgraph/unittests/SubgraphEdgeUnitTest.hpp
9
10FUNCTIONAPPROXIMATION_SUBGRAPHTESTS = \
11 SubgraphEdgeUnitTest
12
13TESTS += $(FUNCTIONAPPROXIMATION_SUBGRAPHTESTS)
14check_PROGRAMS += $(FUNCTIONAPPROXIMATION_SUBGRAPHTESTS)
15noinst_PROGRAMS += $(FUNCTIONAPPROXIMATION_SUBGRAPHTESTS)
16
17FUNCTIONAPPROXIMATION_SUBGRAPHLIBS = \
18 libUnitTest.la \
19 ../libMolecuilder.la \
20 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
21 ${CodePatterns_LIBS} \
22 $(BOOST_SERIALIZATION_LDFLAGS) $(BOOST_SERIALIZATION_LIBS) \
23 $(BOOST_LIB)
24
25SubgraphEdgeUnitTest_SOURCES = \
26 ../FunctionApproximation/Subgraph/unittests/SubgraphEdgeUnitTest.cpp \
27 ../FunctionApproximation/Subgraph/unittests/SubgraphEdgeUnitTest.hpp \
28 ../FunctionApproximation/Subgraph/SubgraphEdge.hpp
29SubgraphEdgeUnitTest_LDADD = ${FUNCTIONAPPROXIMATION_SUBGRAPHLIBS}
30
31
32#AUTOMAKE_OPTIONS = parallel-tests
Note: See TracBrowser for help on using the repository browser.