AutomationFragmentation_failures
Candidate_v1.6.1
ChemicalSpaceEvaluator
Exclude_Hydrogens_annealWithBondGraph
ForceAnnealing_with_BondGraph
ForceAnnealing_with_BondGraph_contraction-expansion
Gui_displays_atomic_force_velocity
PythonUI_with_named_parameters
StoppableMakroAction
TremoloParser_IncreasedPrecision
Last change
on this file since c1c6cb was c1c6cb, checked in by Frederik Heber <frederik.heber@…>, 7 years ago |
Added unit tests for BondVectors.
- Added tests on up-to-date internal map and calculating weights.
|
-
Property mode
set to
100644
|
File size:
920 bytes
|
Line | |
---|
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
|
---|
12 |
|
---|
13 | TESTS += $(DYNAMICSTESTS)
|
---|
14 | check_PROGRAMS += $(DYNAMICSTESTS)
|
---|
15 | noinst_PROGRAMS += $(DYNAMICSTESTS)
|
---|
16 |
|
---|
17 | DYNAMICSLIBS = \
|
---|
18 | libUnitTest.la \
|
---|
19 | ../libMolecuilder.la \
|
---|
20 | ../libMolecuilderUI.la
|
---|
21 | if CONDJOBMARKET
|
---|
22 | DYNAMICSLIBS += \
|
---|
23 | ../libMolecuilderJobs.la \
|
---|
24 | ../libMolecuilderJobs_Work.la
|
---|
25 | endif
|
---|
26 | DYNAMICSLIBS += \
|
---|
27 | $(top_builddir)/ThirdParty/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
|
---|
28 | ${CodePatterns_LIBS} \
|
---|
29 | $(BOOST_LIB)
|
---|
30 |
|
---|
31 | BondVectorsUnitTest_SOURCES = \
|
---|
32 | ../Dynamics/unittests/BondVectorsUnitTest.cpp \
|
---|
33 | ../Dynamics/unittests/BondVectorsUnitTest.hpp
|
---|
34 | BondVectorsUnitTest_LDADD = $(DYNAMICSLIBS)
|
---|
35 |
|
---|
36 |
|
---|
37 | #AUTOMAKE_OPTIONS = parallel-tests
|
---|
Note:
See
TracBrowser
for help on using the repository browser.