| [18eecf] | 1 | # PLEASE adhere to the alphabetical ordering in this Makefile!
|
|---|
| 2 | # Also indentation by a single tab
|
|---|
| 3 |
|
|---|
| [c0bccb] | 4 | SUBDIRS = \
|
|---|
| [deddf6] | 5 | ../Actions/unittests \
|
|---|
| [d766b5] | 6 | ../Descriptors/unittests \
|
|---|
| [fff54f] | 7 | ../Helpers/unittests \
|
|---|
| 8 | ../LinearAlgebra/unittests \
|
|---|
| [41396a] | 9 | ../Parser/unittests \
|
|---|
| [0e2031] | 10 | ../Patterns/unittests \
|
|---|
| 11 | ../UIElements/Menu/unittests
|
|---|
| [c0bccb] | 12 |
|
|---|
| [b9907c] | 13 | INCLUDES = -I$(top_srcdir)/src
|
|---|
| 14 |
|
|---|
| [831a14] | 15 | AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl
|
|---|
| 16 | AM_CXXFLAGS = $(CPPUNIT_CFLAGS)
|
|---|
| [d5240d] | 17 | AM_CPPFLAGS = ${BOOST_CPPFLAGS}
|
|---|
| [be90f1] | 18 |
|
|---|
| [9fb860] | 19 | TESTS = \
|
|---|
| 20 | AnalysisBondsUnitTests \
|
|---|
| 21 | AnalysisCorrelationToPointUnitTest \
|
|---|
| 22 | AnalysisCorrelationToSurfaceUnitTest \
|
|---|
| 23 | AnalysisPairCorrelationUnitTest \
|
|---|
| 24 | BondGraphUnitTest \
|
|---|
| [77bc4f] | 25 | BoxUnittest \
|
|---|
| [dfe8ef] | 26 | CountBondsUnitTest \
|
|---|
| [9f632c] | 27 | FormulaUnittest \
|
|---|
| [dcea0f] | 28 | LinkedCellUnitTest \
|
|---|
| [9fb860] | 29 | ListOfBondsUnitTest \
|
|---|
| [4eb4fe] | 30 | periodentafelTest \
|
|---|
| [b4cf2b] | 31 | SubspaceFactorizerUnitTest \
|
|---|
| [9fb860] | 32 | TesselationUnitTest \
|
|---|
| [e9c677] | 33 | Tesselation_BoundaryTriangleUnitTest \
|
|---|
| [dfafe7] | 34 | Tesselation_InOutsideUnitTest
|
|---|
| [4fbca9c] | 35 |
|
|---|
| 36 |
|
|---|
| [63c1f6] | 37 | check_PROGRAMS = $(TESTS)
|
|---|
| [9b6b2f] | 38 | noinst_PROGRAMS = $(TESTS) TestRunner
|
|---|
| [b9907c] | 39 |
|
|---|
| [d5240d] | 40 | BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB) $(BOOST_THREAD_LIB)
|
|---|
| [952f38] | 41 | GSLLIBS = \
|
|---|
| 42 | ../LinearAlgebra/libMolecuilderLinearAlgebra-@MOLECUILDER_API_VERSION@.la \
|
|---|
| 43 | ../Exceptions/libMolecuilderExceptions-@MOLECUILDER_API_VERSION@.la \
|
|---|
| 44 | ../Helpers/libMolecuilderHelpers-@MOLECUILDER_API_VERSION@.la \
|
|---|
| [e4decc] | 45 | $(BOOST_LIB)
|
|---|
| [f4b5b7] | 46 | ALLLIBS = \
|
|---|
| [9ee38b] | 47 | ../UIElements/libMolecuilderUI-@MOLECUILDER_API_VERSION@.la \
|
|---|
| [f4b5b7] | 48 | ../Actions/libMolecuilderActions-@MOLECUILDER_API_VERSION@.la \
|
|---|
| [952f38] | 49 | ${PARSERLIBS} \
|
|---|
| [255971] | 50 | ../libMolecuilder-@MOLECUILDER_API_VERSION@.la \
|
|---|
| [e4decc] | 51 | ${GSLLIBS}
|
|---|
| 52 |
|
|---|
| [b37436] | 53 | PARSERLIBS = ../Parser/libMolecuilderParser-@MOLECUILDER_API_VERSION@.la
|
|---|
| 54 | UILIBS = ../UIElements/libMolecuilderUI-@MOLECUILDER_API_VERSION@.la
|
|---|
| [4d9c01] | 55 |
|
|---|
| [9b6b2f] | 56 | TESTSOURCES = \
|
|---|
| [deddf6] | 57 | ../Actions/unittests/ActionRegistryUnitTest.cpp \
|
|---|
| [f7c0c4] | 58 | ../Actions/unittests/ActionSequenceUnitTest.cpp \
|
|---|
| [9b6b2f] | 59 | analysisbondsunittest.cpp \
|
|---|
| 60 | AnalysisCorrelationToPointUnitTest.cpp \
|
|---|
| 61 | AnalysisCorrelationToSurfaceUnitTest.cpp \
|
|---|
| 62 | AnalysisPairCorrelationUnitTest.cpp \
|
|---|
| [d766b5] | 63 | ../Descriptors/unittests/AtomDescriptorUnitTest.cpp \
|
|---|
| [3c8e8b] | 64 | ../Actions/unittests/AtomsCalculationUnitTest.cpp \
|
|---|
| [9b6b2f] | 65 | bondgraphunittest.cpp \
|
|---|
| [77bc4f] | 66 | BoxUnittest.cpp \
|
|---|
| [e7da1f] | 67 | ../Patterns/unittests/CacheableUnitTest.cpp \
|
|---|
| [5f612ee] | 68 | CountBondsUnitTest.cpp \
|
|---|
| [9f632c] | 69 | FormulaUnittest.cpp \
|
|---|
| [fff54f] | 70 | ../Helpers/unittests/InfoUnitTest.cpp \
|
|---|
| [78b593] | 71 | ../LinearAlgebra/unittests/LinearSystemOfEquationsUnitTest.cpp \
|
|---|
| [f89024] | 72 | ../LinearAlgebra/unittests/LineUnitTest.cpp \
|
|---|
| [5f612ee] | 73 | LinkedCellUnitTest.cpp \
|
|---|
| [9b6b2f] | 74 | listofbondsunittest.cpp \
|
|---|
| [4076fcc] | 75 | ../Helpers/unittests/LogUnitTest.cpp \
|
|---|
| [efd61b] | 76 | ../Actions/unittests/ManipulateAtomsUnitTest.cpp \
|
|---|
| [fff54f] | 77 | ../LinearAlgebra/unittests/MatrixContentSymmetricUnitTest.cpp \
|
|---|
| 78 | ../LinearAlgebra/unittests/MatrixContentUnitTest.cpp \
|
|---|
| 79 | ../LinearAlgebra/unittests/MatrixUnitTest.cpp \
|
|---|
| [0e2031] | 80 | ../UIElements/Menu/unittests/MenuDescriptionUnitTest.cpp \
|
|---|
| [6c9adc] | 81 | ../Descriptors/unittests/MoleculeDescriptorUnitTest.cpp \
|
|---|
| [a2c4f3] | 82 | ../Patterns/unittests/ObserverUnitTest.cpp \
|
|---|
| [41396a] | 83 | ../Parser/unittests/ParserCommonUnitTest.cpp \
|
|---|
| 84 | ../Parser/unittests/ParserTremoloUnitTest.cpp \
|
|---|
| [4eb4fe] | 85 | periodentafelTest.cpp \
|
|---|
| [5bc8229] | 86 | ../LinearAlgebra/unittests/PlaneUnitTest.cpp \
|
|---|
| [57d976] | 87 | ../Patterns/unittests/RegistryUnitTest.cpp \
|
|---|
| [0b3cbdf] | 88 | ../Shapes/unittests/ShapeUnitTest.cpp \
|
|---|
| [c0bccb] | 89 | ../Patterns/unittests/SingletonUnitTest.cpp \
|
|---|
| [9b6b2f] | 90 | tesselationunittest.cpp \
|
|---|
| 91 | tesselation_boundarytriangleunittest.cpp \
|
|---|
| 92 | tesselation_insideoutsideunittest.cpp \
|
|---|
| [dfafe7] | 93 | ../LinearAlgebra/unittests/VectorContentUnitTest.cpp \
|
|---|
| 94 | ../LinearAlgebra/unittests/VectorUnitTest.cpp
|
|---|
| [9b6b2f] | 95 |
|
|---|
| 96 | TESTHEADERS = \
|
|---|
| [deddf6] | 97 | ../Actions/unittests/ActionRegistryUnitTest.hpp \
|
|---|
| [f7c0c4] | 98 | ../Actions/unittests/ActionSequenceUnitTest.hpp \
|
|---|
| [5f612ee] | 99 | analysisbondsunittest.hpp \
|
|---|
| 100 | AnalysisCorrelationToPointUnitTest.hpp \
|
|---|
| 101 | AnalysisCorrelationToSurfaceUnitTest.hpp \
|
|---|
| 102 | AnalysisPairCorrelationUnitTest.hpp \
|
|---|
| [d766b5] | 103 | ../Descriptors/unittests/AtomDescriptorUnitTest.hpp \
|
|---|
| [3c8e8b] | 104 | ../Actions/unittests/AtomsCalculationUnitTest.hpp \
|
|---|
| [5f612ee] | 105 | bondgraphunittest.hpp \
|
|---|
| [77bc4f] | 106 | BoxUnittest.hpp \
|
|---|
| [e7da1f] | 107 | ../Patterns/unittests/CacheableUnitTest.hpp \
|
|---|
| [5f612ee] | 108 | CountBondsUnitTest.hpp \
|
|---|
| [9f632c] | 109 | FormulaUnittest.hpp \
|
|---|
| [78b593] | 110 | ../Helpers/unittests/InfoUnitTest.hpp \
|
|---|
| 111 | ../LinearAlgebra/unittests/LinearSystemOfEquationsUnitTest.hpp \
|
|---|
| [f89024] | 112 | ../LinearAlgebra/unittests/LineUnitTest.hpp \
|
|---|
| [5f612ee] | 113 | LinkedCellUnitTest.hpp \
|
|---|
| 114 | listofbondsunittest.hpp \
|
|---|
| [4076fcc] | 115 | ../Helpers/unittests/LogUnitTest.hpp \
|
|---|
| [efd61b] | 116 | ../Actions/unittests/ManipulateAtomsUnitTest.hpp \
|
|---|
| [fff54f] | 117 | ../LinearAlgebra/unittests/MatrixContentSymmetricUnitTest.hpp \
|
|---|
| 118 | ../LinearAlgebra/unittests/MatrixContentUnitTest.hpp \
|
|---|
| 119 | ../LinearAlgebra/unittests/MatrixUnitTest.hpp \
|
|---|
| [0e2031] | 120 | ../UIElements/Menu/unittests/MenuDescriptionUnitTest.hpp \
|
|---|
| [6c9adc] | 121 | ../Descriptors/unittests/MoleculeDescriptorUnitTest.hpp \
|
|---|
| [a2c4f3] | 122 | ../Patterns/unittests/ObserverUnitTest.hpp \
|
|---|
| [41396a] | 123 | ../Parser/unittests/ParserCommonUnitTest.hpp \
|
|---|
| 124 | ../Parser/unittests/ParserTremoloUnitTest.hpp \
|
|---|
| [5bc8229] | 125 | periodentafelTest.hpp \
|
|---|
| 126 | ../LinearAlgebra/unittests/PlaneUnitTest.hpp \
|
|---|
| [57d976] | 127 | ../Patterns/unittests/RegistryUnitTest.hpp \
|
|---|
| [0b3cbdf] | 128 | ../Shapes/unittests/ShapeUnitTest.hpp \
|
|---|
| [c0bccb] | 129 | ../Patterns/unittests/SingletonUnitTest.hpp \
|
|---|
| 130 | stackclassunittest.hpp \
|
|---|
| [5f612ee] | 131 | tesselationunittest.hpp \
|
|---|
| 132 | tesselation_boundarytriangleunittest.hpp \
|
|---|
| 133 | tesselation_insideoutsideunittest.hpp \
|
|---|
| [dfafe7] | 134 | ../LinearAlgebra/unittests/VectorContentUnitTest.hpp \
|
|---|
| 135 | ../LinearAlgebra/unittests/VectorUnitTest.hpp
|
|---|
| [9fb860] | 136 |
|
|---|
| [9b6b2f] | 137 |
|
|---|
| 138 | AnalysisBondsUnitTests_SOURCES = UnitTestMain.cpp analysisbondsunittest.cpp analysisbondsunittest.hpp
|
|---|
| [4d9c01] | 139 | AnalysisBondsUnitTests_LDADD = ${ALLLIBS}
|
|---|
| [96c961] | 140 |
|
|---|
| [9b6b2f] | 141 | AnalysisCorrelationToPointUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
|
|---|
| [4d9c01] | 142 | AnalysisCorrelationToPointUnitTest_LDADD = ${ALLLIBS}
|
|---|
| [c4d4df] | 143 |
|
|---|
| [9b6b2f] | 144 | AnalysisCorrelationToSurfaceUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
|
|---|
| [4d9c01] | 145 | AnalysisCorrelationToSurfaceUnitTest_LDADD = ${ALLLIBS}
|
|---|
| [c4d4df] | 146 |
|
|---|
| [9b6b2f] | 147 | AnalysisPairCorrelationUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
|
|---|
| [4d9c01] | 148 | AnalysisPairCorrelationUnitTest_LDADD = ${ALLLIBS}
|
|---|
| [c111db] | 149 |
|
|---|
| [9b6b2f] | 150 | BondGraphUnitTest_SOURCES = UnitTestMain.cpp bondgraphunittest.cpp bondgraphunittest.hpp
|
|---|
| [4d9c01] | 151 | BondGraphUnitTest_LDADD = ${ALLLIBS}
|
|---|
| [46ea3b] | 152 |
|
|---|
| [77bc4f] | 153 | BoxUnittest_SOURCES = UnitTestMain.cpp BoxUnittest.cpp BoxUnittest.hpp
|
|---|
| 154 | BoxUnittest_LDADD = ${ALLLIBS}
|
|---|
| 155 |
|
|---|
| [5f612ee] | 156 | CountBondsUnitTest_SOURCES = UnitTestMain.cpp CountBondsUnitTest.cpp CountBondsUnitTest.hpp
|
|---|
| 157 | CountBondsUnitTest_LDADD = ${ALLLIBS}
|
|---|
| 158 |
|
|---|
| [9f632c] | 159 | FormulaUnittest_SOURCES = UnitTestMain.cpp FormulaUnittest.cpp FormulaUnittest.hpp
|
|---|
| 160 | FormulaUnittest_LDADD = ${ALLLIBS}
|
|---|
| 161 |
|
|---|
| [4fbca9c] | 162 | LinkedCellUnitTest_SOURCES = UnitTestMain.cpp LinkedCellUnitTest.cpp LinkedCellUnitTest.hpp
|
|---|
| [5f612ee] | 163 | LinkedCellUnitTest_LDADD = ${ALLLIBS}
|
|---|
| [46ea3b] | 164 |
|
|---|
| [9b6b2f] | 165 | ListOfBondsUnitTest_SOURCES = UnitTestMain.cpp listofbondsunittest.cpp listofbondsunittest.hpp
|
|---|
| [4d9c01] | 166 | ListOfBondsUnitTest_LDADD = ${ALLLIBS}
|
|---|
| [266237] | 167 |
|
|---|
| [4eb4fe] | 168 | periodentafelTest_SOURCES = UnitTestMain.cpp periodentafelTest.cpp periodentafelTest.hpp
|
|---|
| 169 | periodentafelTest_LDADD = ${ALLLIBS}
|
|---|
| 170 |
|
|---|
| [b4cf2b] | 171 | SubspaceFactorizerUnitTest_SOURCES = UnitTestMain.cpp SubspaceFactorizerUnittest.cpp SubspaceFactorizerUnittest.hpp
|
|---|
| [5eec98] | 172 | SubspaceFactorizerUnitTest_LDADD = ${GSLLIBS}
|
|---|
| [b4cf2b] | 173 |
|
|---|
| [9b6b2f] | 174 | TesselationUnitTest_SOURCES = UnitTestMain.cpp tesselationunittest.cpp tesselationunittest.hpp
|
|---|
| [4d9c01] | 175 | TesselationUnitTest_LDADD = ${ALLLIBS}
|
|---|
| [c15ca2] | 176 |
|
|---|
| [9b6b2f] | 177 | Tesselation_BoundaryTriangleUnitTest_SOURCES = UnitTestMain.cpp tesselation_boundarytriangleunittest.cpp tesselation_boundarytriangleunittest.hpp
|
|---|
| [4d9c01] | 178 | Tesselation_BoundaryTriangleUnitTest_LDADD = ${ALLLIBS}
|
|---|
| [e9c677] | 179 |
|
|---|
| [9b6b2f] | 180 | Tesselation_InOutsideUnitTest_SOURCES = UnitTestMain.cpp tesselation_insideoutsideunittest.cpp tesselation_insideoutsideunittest.hpp
|
|---|
| [4d9c01] | 181 | Tesselation_InOutsideUnitTest_LDADD = ${ALLLIBS}
|
|---|
| [d96277] | 182 |
|
|---|
| [36166d] | 183 | TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS)
|
|---|
| [b37436] | 184 | TestRunner_LDADD = ${UILIBS} ${ALLLIBS}
|
|---|
| [7a1ce5] | 185 |
|
|---|
| [18eecf] | 186 | #AUTOMAKE_OPTIONS = parallel-tests
|
|---|