Changeset f844ef for src/unittests/Makefile.am
- Timestamp:
- Dec 16, 2010, 11:47:45 PM (14 years ago)
- Branches:
- Action_Thermostats, Add_AtomRandomPerturbation, Add_FitFragmentPartialChargesAction, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Added_ParseSaveFragmentResults, AddingActions_SaveParseParticleParameters, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_ParticleName_to_Atom, Adding_StructOpt_integration_tests, AtomFragments, Automaking_mpqc_open, AutomationFragmentation_failures, Candidate_v1.5.4, Candidate_v1.6.0, Candidate_v1.6.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, CombiningParticlePotentialParsing, Combining_Subpackages, Debian_Package_split, Debian_package_split_molecuildergui_only, Disabling_MemDebug, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph, EmpiricalPotential_contain_HomologyGraph_documentation, Enable_parallel_make_install, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, FitPartialCharges_GlobalError, Fix_BoundInBox_CenterInBox_MoleculeActions, Fix_ChargeSampling_PBC, Fix_ChronosMutex, Fix_FitPartialCharges, Fix_FitPotential_needs_atomicnumbers, Fix_ForceAnnealing, Fix_IndependentFragmentGrids, Fix_ParseParticles, Fix_ParseParticles_split_forward_backward_Actions, Fix_PopActions, Fix_QtFragmentList_sorted_selection, Fix_Restrictedkeyset_FragmentMolecule, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, Fix_fitting_potentials, Fixes, ForceAnnealing_goodresults, ForceAnnealing_oldresults, ForceAnnealing_tocheck, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, FragmentAction_writes_AtomFragments, FragmentMolecule_checks_bonddegrees, GeometryObjects, Gui_Fixes, Gui_displays_atomic_force_velocity, ImplicitCharges, IndependentFragmentGrids, IndependentFragmentGrids_IndividualZeroInstances, IndependentFragmentGrids_IntegrationTest, IndependentFragmentGrids_Sole_NN_Calculation, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, JobMarket_unresolvable_hostname_fix, MoreRobust_FragmentAutomation, ODR_violation_mpqc_open, PartialCharges_OrthogonalSummation, PdbParser_setsAtomName, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, Rewrite_FitPartialCharges, RotateToPrincipalAxisSystem_UndoRedo, SaturateAtoms_findBestMatching, SaturateAtoms_singleDegree, StoppableMakroAction, Subpackage_CodePatterns, Subpackage_JobMarket, Subpackage_LinearAlgebra, Subpackage_levmar, Subpackage_mpqc_open, Subpackage_vmg, Switchable_LogView, ThirdParty_MPQC_rebuilt_buildsystem, TrajectoryDependenant_MaxOrder, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, TremoloParser_setsAtomName, Ubuntu_1604_changes, stable
- Children:
- d0a719
- Parents:
- dfafe7
- git-author:
- Frederik Heber <heber@…> (12/16/10 21:40:03)
- git-committer:
- Frederik Heber <heber@…> (12/16/10 23:47:45)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/Makefile.am
rdfafe7 rf844ef 18 18 19 19 TESTS = \ 20 AnalysisBondsUnitTest s\20 AnalysisBondsUnitTest \ 21 21 AnalysisCorrelationToPointUnitTest \ 22 22 AnalysisCorrelationToSurfaceUnitTest \ 23 23 AnalysisPairCorrelationUnitTest \ 24 24 BondGraphUnitTest \ 25 BoxUnit test \25 BoxUnitTest \ 26 26 CountBondsUnitTest \ 27 27 FormulaUnittest \ 28 28 LinkedCellUnitTest \ 29 29 ListOfBondsUnitTest \ 30 periodentafelTest \30 PeriodentafelUnitTest \ 31 31 SubspaceFactorizerUnitTest \ 32 32 TesselationUnitTest \ … … 57 57 ../Actions/unittests/ActionRegistryUnitTest.cpp \ 58 58 ../Actions/unittests/ActionSequenceUnitTest.cpp \ 59 analysisbondsunittest.cpp \59 AnalysisBondsUnitTest.cpp \ 60 60 AnalysisCorrelationToPointUnitTest.cpp \ 61 61 AnalysisCorrelationToSurfaceUnitTest.cpp \ … … 63 63 ../Descriptors/unittests/AtomDescriptorUnitTest.cpp \ 64 64 ../Actions/unittests/AtomsCalculationUnitTest.cpp \ 65 bondgraphunittest.cpp \66 BoxUnit test.cpp \65 BondGraphUnitTest.cpp \ 66 BoxUnitTest.cpp \ 67 67 ../Patterns/unittests/CacheableUnitTest.cpp \ 68 68 CountBondsUnitTest.cpp \ 69 FormulaUnit test.cpp \69 FormulaUnitTest.cpp \ 70 70 ../Helpers/unittests/InfoUnitTest.cpp \ 71 71 ../LinearAlgebra/unittests/LinearSystemOfEquationsUnitTest.cpp \ 72 72 ../LinearAlgebra/unittests/LineUnitTest.cpp \ 73 73 LinkedCellUnitTest.cpp \ 74 listofbondsunittest.cpp \74 ListOfBondsUnitTest.cpp \ 75 75 ../Helpers/unittests/LogUnitTest.cpp \ 76 76 ../Actions/unittests/ManipulateAtomsUnitTest.cpp \ … … 83 83 ../Parser/unittests/ParserCommonUnitTest.cpp \ 84 84 ../Parser/unittests/ParserTremoloUnitTest.cpp \ 85 periodentafelTest.cpp \85 PeriodentafelUnitTest.cpp \ 86 86 ../LinearAlgebra/unittests/PlaneUnitTest.cpp \ 87 87 ../Patterns/unittests/RegistryUnitTest.cpp \ 88 88 ../Shapes/unittests/ShapeUnitTest.cpp \ 89 89 ../Patterns/unittests/SingletonUnitTest.cpp \ 90 tesselationunittest.cpp \91 tesselation_boundarytriangleunittest.cpp \92 tesselation_insideoutsideunittest.cpp \90 TesselationUnitTest.cpp \ 91 Tesselation_BoundaryTriangleUnitTest.cpp \ 92 Tesselation_InsideOutsideUnitTest.cpp \ 93 93 ../LinearAlgebra/unittests/VectorContentUnitTest.cpp \ 94 94 ../LinearAlgebra/unittests/VectorUnitTest.cpp … … 97 97 ../Actions/unittests/ActionRegistryUnitTest.hpp \ 98 98 ../Actions/unittests/ActionSequenceUnitTest.hpp \ 99 analysisbondsunittest.hpp \99 AnalysisBondsUnitTest.hpp \ 100 100 AnalysisCorrelationToPointUnitTest.hpp \ 101 101 AnalysisCorrelationToSurfaceUnitTest.hpp \ … … 103 103 ../Descriptors/unittests/AtomDescriptorUnitTest.hpp \ 104 104 ../Actions/unittests/AtomsCalculationUnitTest.hpp \ 105 bondgraphunittest.hpp \106 BoxUnit test.hpp \105 BondGraphUnitTest.hpp \ 106 BoxUnitTest.hpp \ 107 107 ../Patterns/unittests/CacheableUnitTest.hpp \ 108 108 CountBondsUnitTest.hpp \ 109 FormulaUnit test.hpp \109 FormulaUnitTest.hpp \ 110 110 ../Helpers/unittests/InfoUnitTest.hpp \ 111 111 ../LinearAlgebra/unittests/LinearSystemOfEquationsUnitTest.hpp \ 112 112 ../LinearAlgebra/unittests/LineUnitTest.hpp \ 113 113 LinkedCellUnitTest.hpp \ 114 listofbondsunittest.hpp \114 ListOfBondsUnitTest.hpp \ 115 115 ../Helpers/unittests/LogUnitTest.hpp \ 116 116 ../Actions/unittests/ManipulateAtomsUnitTest.hpp \ … … 123 123 ../Parser/unittests/ParserCommonUnitTest.hpp \ 124 124 ../Parser/unittests/ParserTremoloUnitTest.hpp \ 125 periodentafelTest.hpp \125 PeriodentafelUnitTest.hpp \ 126 126 ../LinearAlgebra/unittests/PlaneUnitTest.hpp \ 127 127 ../Patterns/unittests/RegistryUnitTest.hpp \ 128 128 ../Shapes/unittests/ShapeUnitTest.hpp \ 129 129 ../Patterns/unittests/SingletonUnitTest.hpp \ 130 stackclassunittest.hpp \ 131 tesselationunittest.hpp \ 132 tesselation_boundarytriangleunittest.hpp \ 133 tesselation_insideoutsideunittest.hpp \ 130 TesselationUnitTest.hpp \ 131 Tesselation_BoundaryTriangleUnitTest.hpp \ 132 Tesselation_InsideOutsideUnitTest.hpp \ 134 133 ../LinearAlgebra/unittests/VectorContentUnitTest.hpp \ 135 134 ../LinearAlgebra/unittests/VectorUnitTest.hpp 136 135 137 136 138 AnalysisBondsUnitTests_SOURCES = UnitTestMain.cpp analysisbondsunittest.cpp analysisbondsunittest.hpp 139 AnalysisBondsUnitTests_LDADD = ${ALLLIBS} 140 141 AnalysisCorrelationToPointUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp 137 AnalysisBondsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 138 AnalysisBondsUnitTest.cpp \ 139 AnalysisBondsUnitTest.hpp 140 AnalysisBondsUnitTest_LDADD = ${ALLLIBS} 141 142 AnalysisCorrelationToPointUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 143 analysis_correlation.hpp \ 144 AnalysisCorrelationToPointUnitTest.cpp \ 145 AnalysisCorrelationToPointUnitTest.hpp 142 146 AnalysisCorrelationToPointUnitTest_LDADD = ${ALLLIBS} 143 147 144 AnalysisCorrelationToSurfaceUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp 148 AnalysisCorrelationToSurfaceUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 149 analysis_correlation.hpp \ 150 AnalysisCorrelationToSurfaceUnitTest.cpp \ 151 AnalysisCorrelationToSurfaceUnitTest.hpp 145 152 AnalysisCorrelationToSurfaceUnitTest_LDADD = ${ALLLIBS} 146 153 147 AnalysisPairCorrelationUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp 154 AnalysisPairCorrelationUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 155 analysis_correlation.hpp \ 156 AnalysisPairCorrelationUnitTest.cpp \ 157 AnalysisPairCorrelationUnitTest.hpp 148 158 AnalysisPairCorrelationUnitTest_LDADD = ${ALLLIBS} 149 159 150 BondGraphUnitTest_SOURCES = UnitTestMain.cpp bondgraphunittest.cpp bondgraphunittest.hpp 160 BondGraphUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 161 BondGraphUnitTest.cpp \ 162 BondGraphUnitTest.hpp 151 163 BondGraphUnitTest_LDADD = ${ALLLIBS} 152 164 153 BoxUnittest_SOURCES = UnitTestMain.cpp BoxUnittest.cpp BoxUnittest.hpp 154 BoxUnittest_LDADD = ${ALLLIBS} 155 156 CountBondsUnitTest_SOURCES = UnitTestMain.cpp CountBondsUnitTest.cpp CountBondsUnitTest.hpp 165 BoxUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 166 BoxUnitTest.cpp \ 167 BoxUnitTest.hpp 168 BoxUnitTest_LDADD = ${ALLLIBS} 169 170 CountBondsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 171 CountBondsUnitTest.cpp \ 172 CountBondsUnitTest.hpp 157 173 CountBondsUnitTest_LDADD = ${ALLLIBS} 158 174 159 FormulaUnittest_SOURCES = UnitTestMain.cpp FormulaUnittest.cpp FormulaUnittest.hpp 175 FormulaUnittest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 176 FormulaUnitTest.cpp \ 177 FormulaUnitTest.hpp 160 178 FormulaUnittest_LDADD = ${ALLLIBS} 161 179 162 LinkedCellUnitTest_SOURCES = UnitTestMain.cpp LinkedCellUnitTest.cpp LinkedCellUnitTest.hpp 180 LinkedCellUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 181 LinkedCellUnitTest.cpp \ 182 LinkedCellUnitTest.hpp 163 183 LinkedCellUnitTest_LDADD = ${ALLLIBS} 164 184 165 ListOfBondsUnitTest_SOURCES = UnitTestMain.cpp listofbondsunittest.cpp listofbondsunittest.hpp 185 ListOfBondsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 186 ListOfBondsUnitTest.cpp \ 187 ListOfBondsUnitTest.hpp 166 188 ListOfBondsUnitTest_LDADD = ${ALLLIBS} 167 189 168 periodentafelTest_SOURCES = UnitTestMain.cpp periodentafelTest.cpp periodentafelTest.hpp 169 periodentafelTest_LDADD = ${ALLLIBS} 170 171 SubspaceFactorizerUnitTest_SOURCES = UnitTestMain.cpp SubspaceFactorizerUnittest.cpp SubspaceFactorizerUnittest.hpp 190 PeriodentafelUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 191 PeriodentafelUnitTest.cpp \ 192 PeriodentafelUnitTest.hpp 193 PeriodentafelUnitTest_LDADD = ${ALLLIBS} 194 195 SubspaceFactorizerUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 196 SubspaceFactorizerUnitTest.cpp \ 197 SubspaceFactorizerUnitTest.hpp 172 198 SubspaceFactorizerUnitTest_LDADD = ${GSLLIBS} 173 199 174 TesselationUnitTest_SOURCES = UnitTestMain.cpp tesselationunittest.cpp tesselationunittest.hpp 200 TesselationUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 201 TesselationUnitTest.cpp \ 202 TesselationUnitTest.hpp 175 203 TesselationUnitTest_LDADD = ${ALLLIBS} 176 204 177 Tesselation_BoundaryTriangleUnitTest_SOURCES = UnitTestMain.cpp tesselation_boundarytriangleunittest.cpp tesselation_boundarytriangleunittest.hpp 205 Tesselation_BoundaryTriangleUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 206 Tesselation_BoundaryTriangleUnitTest.cpp \ 207 Tesselation_BoundaryTriangleUnitTest.hpp 178 208 Tesselation_BoundaryTriangleUnitTest_LDADD = ${ALLLIBS} 179 209 180 Tesselation_InOutsideUnitTest_SOURCES = UnitTestMain.cpp tesselation_insideoutsideunittest.cpp tesselation_insideoutsideunittest.hpp 210 Tesselation_InOutsideUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 211 Tesselation_InsideOutsideUnitTest.cpp \ 212 Tesselation_InsideOutsideUnitTest.hpp 181 213 Tesselation_InOutsideUnitTest_LDADD = ${ALLLIBS} 182 214
Note:
See TracChangeset
for help on using the changeset viewer.