source: src/Dynamics/unittests/Makefile.am@ 982e6d

ForceAnnealing_with_BondGraph_continued_betteresults
Last change on this file since 982e6d was 982e6d, checked in by Frederik Heber <frederik.heber@…>, 8 years ago

Added failing weights test case to BondVectors.

  • Property mode set to 100644
File size: 956 bytes
Line 
1# PLEASE adhere to the alphabetical ordering in this Makefile!
2# Also indentation by a single tab
3
4DYNAMICSTESTSSOURCES = \
5 ../Dynamics/unittests/BondVectorsUnitTest.cpp
6
7DYNAMICSTESTSHEADERS = \
8 ../Dynamics/unittests/BondVectorsUnitTest.hpp
9
10DYNAMICSTESTS = \
11 BondVectorsUnitTest
12
13XFAIL_TESTS += BondVectorsUnitTest
14
15TESTS += $(DYNAMICSTESTS)
16check_PROGRAMS += $(DYNAMICSTESTS)
17noinst_PROGRAMS += $(DYNAMICSTESTS)
18
19DYNAMICSLIBS = \
20 libUnitTest.la \
21 ../libMolecuilder.la \
22 ../libMolecuilderUI.la
23if CONDJOBMARKET
24DYNAMICSLIBS += \
25 ../libMolecuilderJobs.la \
26 ../libMolecuilderJobs_Work.la
27endif
28DYNAMICSLIBS += \
29 $(top_builddir)/ThirdParty/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
30 ${CodePatterns_LIBS} \
31 $(BOOST_LIB)
32
33BondVectorsUnitTest_SOURCES = \
34 ../Dynamics/unittests/BondVectorsUnitTest.cpp \
35 ../Dynamics/unittests/BondVectorsUnitTest.hpp
36BondVectorsUnitTest_LDADD = $(DYNAMICSLIBS)
37
38
39#AUTOMAKE_OPTIONS = parallel-tests
Note: See TracBrowser for help on using the repository browser.