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