source: src/Potentials/Subgraph/unittests/Makefile.am@ 6d08032

Fix_FitPotential_needs_atomicnumbers
Last change on this file since 6d08032 was 6d08032, checked in by Frederik Heber <heber@…>, 9 years ago

tempcommit: Replaced boost::adjacency_list by PotentialSubgraph.

  • Property mode set to 100644
File size: 992 bytes
Line 
1# PLEASE adhere to the alphabetical ordering in this Makefile!
2# Also indentation by a single tab
3
4POTENTIALSUBGRAPHTESTSSOURCES = \
5 ../Potentials/Subgraph/unittests/SubgraphEdgeUnitTest.cpp
6
7POTENTIALSUBGRAPHTESTSHEADERS = \
8 ../Potentials/Subgraph/unittests/SubgraphEdgeUnitTest.hpp
9
10POTENTIALSUBGRAPHTESTS = \
11 SubgraphEdgeUnitTest
12
13TESTS += $(POTENTIALSUBGRAPHTESTS)
14check_PROGRAMS += $(POTENTIALSUBGRAPHTESTS)
15noinst_PROGRAMS += $(POTENTIALSUBGRAPHTESTS)
16
17POTENTIALSSUBGRAPHLIBS = \
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 ../Potentials/Subgraph/unittests/SubgraphEdgeUnitTest.cpp \
27 ../Potentials/Subgraph/unittests/SubgraphEdgeUnitTest.hpp \
28 ../Potentials/Subgraph/SubgraphEdge.hpp
29SubgraphEdgeUnitTest_LDADD = ${POTENTIALSSUBGRAPHLIBS}
30
31
32#AUTOMAKE_OPTIONS = parallel-tests
Note: See TracBrowser for help on using the repository browser.