Changeset a0064e for src/unittests/Makefile.am
- Timestamp:
- Dec 23, 2010, 5:40:04 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:
- ad011c
- Parents:
- f28a26
- git-author:
- Frederik Heber <heber@…> (12/22/10 09:18:48)
- git-committer:
- Frederik Heber <heber@…> (12/23/10 17:40:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/Makefile.am
rf28a26 ra0064e 5 5 ../Actions/unittests \ 6 6 ../Descriptors/unittests \ 7 ../Helpers/unittests \8 7 ../LinearAlgebra/unittests \ 9 8 ../Parser/unittests \ 10 ../Patterns/unittests \11 9 ../UIElements/Menu/unittests 12 10 13 11 INCLUDES = -I$(top_srcdir)/src 14 12 15 AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl 16 AM_CXXFLAGS = $(CPPUNIT_CFLAGS) 17 AM_CPPFLAGS = ${BOOST_CPPFLAGS} 13 AM_LDFLAGS = ${CodePatterns_LIBS} $(CPPUNIT_LIBS) -ldl 14 AM_CPPFLAGS = ${BOOST_CPPFLAGS} $(CPPUNIT_CFLAGS) ${CodePatterns_CFLAGS} 18 15 19 16 TESTS = \ … … 42 39 ../LinearAlgebra/libMolecuilderLinearAlgebra-@MOLECUILDER_API_VERSION@.la \ 43 40 ../Exceptions/libMolecuilderExceptions-@MOLECUILDER_API_VERSION@.la \ 44 ../Helpers/libMolecuilderHelpers-@MOLECUILDER_API_VERSION@.la \45 41 $(BOOST_LIB) 46 42 ALLLIBS = \ … … 65 61 BondGraphUnitTest.cpp \ 66 62 BoxUnitTest.cpp \ 67 ../Patterns/unittests/CacheableUnitTest.cpp \68 63 CountBondsUnitTest.cpp \ 69 64 FormulaUnitTest.cpp \ 70 ../Helpers/unittests/InfoUnitTest.cpp \71 65 ../LinearAlgebra/unittests/LinearSystemOfEquationsUnitTest.cpp \ 72 66 ../LinearAlgebra/unittests/LineUnitTest.cpp \ 73 67 LinkedCellUnitTest.cpp \ 74 68 ListOfBondsUnitTest.cpp \ 75 ../Helpers/unittests/LogUnitTest.cpp \76 69 ../Actions/unittests/ManipulateAtomsUnitTest.cpp \ 77 70 ../LinearAlgebra/unittests/MatrixContentSymmetricUnitTest.cpp \ … … 80 73 ../UIElements/Menu/unittests/MenuDescriptionUnitTest.cpp \ 81 74 ../Descriptors/unittests/MoleculeDescriptorUnitTest.cpp \ 82 ../Patterns/unittests/ObserverUnitTest.cpp \83 75 ../Parser/unittests/ParserCommonUnitTest.cpp \ 84 76 ../Parser/unittests/ParserTremoloUnitTest.cpp \ 85 77 PeriodentafelUnitTest.cpp \ 86 78 ../LinearAlgebra/unittests/PlaneUnitTest.cpp \ 87 ../Patterns/unittests/RegistryUnitTest.cpp \88 79 ../Shapes/unittests/ShapeUnitTest.cpp \ 89 ../Patterns/unittests/SingletonUnitTest.cpp \90 80 TesselationUnitTest.cpp \ 91 81 Tesselation_BoundaryTriangleUnitTest.cpp \ … … 105 95 BondGraphUnitTest.hpp \ 106 96 BoxUnitTest.hpp \ 107 ../Patterns/unittests/CacheableUnitTest.hpp \108 97 CountBondsUnitTest.hpp \ 109 98 FormulaUnitTest.hpp \ 110 ../Helpers/unittests/InfoUnitTest.hpp \111 99 ../LinearAlgebra/unittests/LinearSystemOfEquationsUnitTest.hpp \ 112 100 ../LinearAlgebra/unittests/LineUnitTest.hpp \ 113 101 LinkedCellUnitTest.hpp \ 114 102 ListOfBondsUnitTest.hpp \ 115 ../Helpers/unittests/LogUnitTest.hpp \116 103 ../Actions/unittests/ManipulateAtomsUnitTest.hpp \ 117 104 ../LinearAlgebra/unittests/MatrixContentSymmetricUnitTest.hpp \ … … 120 107 ../UIElements/Menu/unittests/MenuDescriptionUnitTest.hpp \ 121 108 ../Descriptors/unittests/MoleculeDescriptorUnitTest.hpp \ 122 ../Patterns/unittests/ObserverUnitTest.hpp \123 109 ../Parser/unittests/ParserCommonUnitTest.hpp \ 124 110 ../Parser/unittests/ParserTremoloUnitTest.hpp \ 125 111 PeriodentafelUnitTest.hpp \ 126 112 ../LinearAlgebra/unittests/PlaneUnitTest.hpp \ 127 ../Patterns/unittests/RegistryUnitTest.hpp \128 113 ../Shapes/unittests/ShapeUnitTest.hpp \ 129 ../Patterns/unittests/SingletonUnitTest.hpp \130 114 TesselationUnitTest.hpp \ 131 115 Tesselation_BoundaryTriangleUnitTest.hpp \
Note:
See TracChangeset
for help on using the changeset viewer.