| [c68409] | 1 | # PLEASE adhere to the alphabetical ordering in this Makefile! | 
|---|
|  | 2 | # Also indentation by a single tab | 
|---|
|  | 3 |  | 
|---|
|  | 4 |  | 
|---|
| [dbb533] | 5 | PARAMETERSTESTSSOURCES = \ | 
|---|
|  | 6 | ../Parameters/unittests/ContinuousValueTest.cpp \ | 
|---|
|  | 7 | ../Parameters/unittests/ContinuousParameterTest.cpp \ | 
|---|
|  | 8 | ../Parameters/unittests/DiscreteValueTest.cpp \ | 
|---|
| [33d0af] | 9 | ../Parameters/unittests/DiscreteParameterTest.cpp \ | 
|---|
|  | 10 | ../Parameters/unittests/Ops_ValidatorTest.cpp | 
|---|
| [c68409] | 11 |  | 
|---|
| [dbb533] | 12 | PARAMETERSTESTSHEADERS = \ | 
|---|
|  | 13 | ../Parameters/unittests/ContinuousValueTest.hpp \ | 
|---|
|  | 14 | ../Parameters/unittests/ContinuousParameterTest.hpp \ | 
|---|
|  | 15 | ../Parameters/unittests/DiscreteValueTest.hpp \ | 
|---|
| [33d0af] | 16 | ../Parameters/unittests/DiscreteParameterTest.hpp \ | 
|---|
|  | 17 | ../Parameters/unittests/Ops_ValidatorTest.hpp | 
|---|
| [c68409] | 18 |  | 
|---|
| [dbb533] | 19 | PARAMETERSTESTS = \ | 
|---|
|  | 20 | ContinuousValueTest \ | 
|---|
|  | 21 | ContinuousParameterTest \ | 
|---|
|  | 22 | DiscreteValueTest \ | 
|---|
| [33d0af] | 23 | DiscreteParameterTest \ | 
|---|
|  | 24 | Ops_ValidatorTest | 
|---|
| [c68409] | 25 |  | 
|---|
| [dbb533] | 26 | TESTS += $(PARAMETERSTESTS) | 
|---|
|  | 27 | check_PROGRAMS += $(PARAMETERSTESTS) | 
|---|
|  | 28 | noinst_PROGRAMS += $(PARAMETERSTESTS) | 
|---|
| [c68409] | 29 |  | 
|---|
| [b4b364] | 30 | PARAMETERSLIBS = \ | 
|---|
| [e9e86f] | 31 | libUnitTest.la \ | 
|---|
| [748fc7] | 32 | ../libMolecuilder.la \ | 
|---|
| [f79d65] | 33 | ../libMolecuilderParameters.la \ | 
|---|
|  | 34 | ../libMolecuilderGeometry.la \ | 
|---|
| [4ecb2d] | 35 | $(top_builddir)/ThirdParty/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \ | 
|---|
| [b4b364] | 36 | ${CodePatterns_LIBS} \ | 
|---|
|  | 37 | $(BOOST_THREAD_LDFLAGS) $(BOOST_THREAD_LIBS) | 
|---|
| [c68409] | 38 |  | 
|---|
|  | 39 |  | 
|---|
| [e9e86f] | 40 | ContinuousValueTest_SOURCES = \ | 
|---|
| [dbb533] | 41 | ../Parameters/unittests/ContinuousValueTest.cpp \ | 
|---|
|  | 42 | ../Parameters/unittests/ContinuousValueTest.hpp \ | 
|---|
| [a696f9] | 43 | ../Parameters/Validators/RangeValidator.hpp \ | 
|---|
| [3c5ef5] | 44 | ../Parameters/Validators/RangeValidator_impl.hpp \ | 
|---|
| [345883] | 45 | ../Parameters/Value_impl.hpp \ | 
|---|
| [3c5ef5] | 46 | ../Parameters/Value.hpp \ | 
|---|
|  | 47 | ../Parameters/Value_impl.hpp \ | 
|---|
| [7dc60a] | 48 | ../Parameters/ValueAsString.hpp \ | 
|---|
| [f10b0c] | 49 | ../Parameters/ValueInterface.hpp | 
|---|
| [dbb533] | 50 | ContinuousValueTest_LDADD = \ | 
|---|
| [2eded3e] | 51 | ../libMolecuilderParameters.la \ | 
|---|
|  | 52 | ../libMolecuilderGeometry.la \ | 
|---|
| [b4b364] | 53 | $(PARAMETERSLIBS) | 
|---|
| [c68409] | 54 |  | 
|---|
| [e9e86f] | 55 | ContinuousParameterTest_SOURCES = \ | 
|---|
| [dbb533] | 56 | ../Parameters/unittests/ContinuousParameterTest.cpp \ | 
|---|
|  | 57 | ../Parameters/unittests/ContinuousParameterTest.hpp \ | 
|---|
| [345883] | 58 | ../Parameters/ParameterExceptions.hpp \ | 
|---|
| [3c5ef5] | 59 | ../Parameters/Validators/RangeValidator.hpp \ | 
|---|
|  | 60 | ../Parameters/Validators/RangeValidator_impl.hpp \ | 
|---|
|  | 61 | ../Parameters/Validators/Validator.hpp \ | 
|---|
| [345883] | 62 | ../Parameters/Parameter.hpp \ | 
|---|
|  | 63 | ../Parameters/Parameter_impl.hpp \ | 
|---|
|  | 64 | ../Parameters/ParameterInterface.hpp | 
|---|
| [dbb533] | 65 | ContinuousParameterTest_LDADD = \ | 
|---|
| [b4b364] | 66 | $(PARAMETERSLIBS) | 
|---|
| [c68409] | 67 |  | 
|---|
| [e9e86f] | 68 | DiscreteValueTest_SOURCES = \ | 
|---|
| [dbb533] | 69 | ../Parameters/unittests/DiscreteValueTest.cpp \ | 
|---|
|  | 70 | ../Parameters/unittests/DiscreteValueTest.hpp \ | 
|---|
| [e45c1d] | 71 | ../Parameters/ParameterExceptions.hpp \ | 
|---|
| [916a2d] | 72 | ../Parameters/Validators/DiscreteValidator.hpp \ | 
|---|
| [9b5eb0] | 73 | ../Parameters/Validators/DiscreteValidator_impl.hpp \ | 
|---|
| [0ba371] | 74 | ../Parameters/Validators/Validator.hpp \ | 
|---|
| [3c5ef5] | 75 | ../Parameters/Value.hpp \ | 
|---|
|  | 76 | ../Parameters/Value_impl.hpp \ | 
|---|
| [7dc60a] | 77 | ../Parameters/ValueAsString.hpp \ | 
|---|
| [c68409] | 78 | ../Parameters/ValueInterface.hpp | 
|---|
| [dbb533] | 79 | DiscreteValueTest_LDADD = \ | 
|---|
| [b4b364] | 80 | $(PARAMETERSLIBS) | 
|---|
| [c68409] | 81 |  | 
|---|
| [e9e86f] | 82 | DiscreteParameterTest_SOURCES = \ | 
|---|
| [dbb533] | 83 | ../Parameters/unittests/DiscreteParameterTest.cpp \ | 
|---|
|  | 84 | ../Parameters/unittests/DiscreteParameterTest.hpp \ | 
|---|
| [3c5ef5] | 85 | ../Parameters/Parameter.hpp \ | 
|---|
|  | 86 | ../Parameters/Parameter_impl.hpp \ | 
|---|
| [9cd0d0] | 87 | ../Parameters/ParameterInterface.hpp \ | 
|---|
| [3c5ef5] | 88 | ../Parameters/Validators/DiscreteValidator.hpp \ | 
|---|
|  | 89 | ../Parameters/Validators/DiscreteValidator_impl.hpp \ | 
|---|
|  | 90 | ../Parameters/Validators/Validator.hpp \ | 
|---|
| [4892c3] | 91 | ../Parameters/Value.hpp \ | 
|---|
|  | 92 | ../Parameters/Value_impl.hpp \ | 
|---|
| [7dc60a] | 93 | ../Parameters/ValueAsString.hpp \ | 
|---|
| [4892c3] | 94 | ../Parameters/ValueInterface.hpp | 
|---|
| [3c5ef5] | 95 | DiscreteParameterTest_LDADD = \ | 
|---|
| [b4b364] | 96 | $(PARAMETERSLIBS) | 
|---|
| [33d0af] | 97 |  | 
|---|
| [e9e86f] | 98 | Ops_ValidatorTest_SOURCES = \ | 
|---|
| [33d0af] | 99 | ../Parameters/unittests/Ops_ValidatorTest.cpp \ | 
|---|
|  | 100 | ../Parameters/unittests/Ops_ValidatorTest.hpp \ | 
|---|
|  | 101 | ../Parameters/Validators/DiscreteValidator.hpp \ | 
|---|
|  | 102 | ../Parameters/Validators/DiscreteValidator_impl.hpp \ | 
|---|
|  | 103 | ../Parameters/Validators/DummyValidator.hpp \ | 
|---|
|  | 104 | ../Parameters/Validators/Ops_Validator.hpp \ | 
|---|
|  | 105 | ../Parameters/Validators/Ops_Validator_impl.hpp \ | 
|---|
|  | 106 | ../Parameters/Validators/RangeValidator.hpp \ | 
|---|
|  | 107 | ../Parameters/Validators/RangeValidator_impl.hpp \ | 
|---|
|  | 108 | ../Parameters/Validators/Validator.hpp | 
|---|
|  | 109 | Ops_ValidatorTest_LDADD = \ | 
|---|
| [b4b364] | 110 | $(PARAMETERSLIBS) | 
|---|
| [c68409] | 111 |  | 
|---|
|  | 112 |  | 
|---|
|  | 113 | #AUTOMAKE_OPTIONS = parallel-tests | 
|---|