source: src/unittests/Makefile.am@ e6a9c1

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
Last change on this file since e6a9c1 was e6a9c1, checked in by Tillmann Crueger <crueger@…>, 15 years ago

Merge branch 'MenuRefactoring' into QT4Refactoring

Conflicts:

molecuilder/src/Makefile.am

  • Property mode set to 100644
File size: 5.9 KB
Line 
1INCLUDES = -I$(top_srcdir)/src
2
3AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl
4AM_CXXFLAGS = $(CPPUNIT_CFLAGS)
5
6MENUTESTS = ActionSequenceTest
7
8
9TESTS = \
10 ActOnAllUnitTest \
11 AnalysisBondsUnitTests \
12 AnalysisCorrelationToPointUnitTest \
13 AnalysisCorrelationToSurfaceUnitTest \
14 AnalysisPairCorrelationUnitTest \
15 atomsCalculationTest \
16 AtomDescriptorTest \
17 BondGraphUnitTest \
18 CacheableTest \
19 GSLMatrixSymmetricUnitTest \
20 GSLMatrixUnitTest \
21 GSLVectorUnitTest \
22 InfoUnitTest \
23 LinearSystemOfEquationsUnitTest \
24 ListOfBondsUnitTest \
25 LogUnitTest \
26 manipulateAtomsTest \
27 MemoryUsageObserverUnitTest \
28 MemoryAllocatorUnitTest \
29 MoleculeDescriptorTest \
30 ObserverTest \
31 StackClassUnitTest \
32 TesselationUnitTest \
33 Tesselation_BoundaryTriangleUnitTest \
34 Tesselation_InOutsideUnitTest \
35 VectorUnitTest \
36 ${MENUTESTS}
37
38
39check_PROGRAMS = $(TESTS)
40noinst_PROGRAMS = $(TESTS) TestRunner
41
42GSLLIBS = ../libgslwrapper.a
43ALLLIBS = ../libmolecuilder.a ${GSLLIBS} $(BOOST_LIB) ${BOOST_THREAD_LIB}
44
45TESTSOURCES = \
46 ActOnAllUnitTest.cpp \
47 ActionSequenceTest.cpp \
48 analysisbondsunittest.cpp \
49 AnalysisCorrelationToPointUnitTest.cpp \
50 AnalysisCorrelationToSurfaceUnitTest.cpp \
51 AnalysisPairCorrelationUnitTest.cpp \
52 AtomDescriptorTest.cpp \
53 atomsCalculationTest.cpp \
54 bondgraphunittest.cpp \
55 CacheableTest.cpp \
56 gslmatrixsymmetricunittest.cpp \
57 gslmatrixunittest.cpp \
58 gslvectorunittest.cpp \
59 infounittest.cpp \
60 linearsystemofequationsunittest.cpp \
61 listofbondsunittest.cpp \
62 logunittest.cpp \
63 manipulateAtomsTest.cpp \
64 memoryallocatorunittest.cpp \
65 memoryusageobserverunittest.cpp \
66 MoleculeDescriptorTest.cpp \
67 ObserverTest.cpp \
68 stackclassunittest.cpp \
69 tesselationunittest.cpp \
70 tesselation_boundarytriangleunittest.cpp \
71 tesselation_insideoutsideunittest.cpp \
72 vectorunittest.cpp
73
74TESTHEADERS = \
75 analysis_correlation.hpp
76
77ActOnAllUnitTest_SOURCES = UnitTestMain.cpp ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp
78ActOnAllUnitTest_LDADD = ${ALLLIBS}
79
80AnalysisBondsUnitTests_SOURCES = UnitTestMain.cpp analysisbondsunittest.cpp analysisbondsunittest.hpp
81AnalysisBondsUnitTests_LDADD = ${ALLLIBS}
82
83AnalysisCorrelationToPointUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
84AnalysisCorrelationToPointUnitTest_LDADD = ${ALLLIBS}
85
86AnalysisCorrelationToSurfaceUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
87AnalysisCorrelationToSurfaceUnitTest_LDADD = ${ALLLIBS}
88
89AnalysisPairCorrelationUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
90AnalysisPairCorrelationUnitTest_LDADD = ${ALLLIBS}
91
92BondGraphUnitTest_SOURCES = UnitTestMain.cpp bondgraphunittest.cpp bondgraphunittest.hpp
93BondGraphUnitTest_LDADD = ${ALLLIBS}
94
95GSLMatrixSymmetricUnitTest_SOURCES = UnitTestMain.cpp gslmatrixsymmetricunittest.cpp gslmatrixsymmetricunittest.hpp
96GSLMatrixSymmetricUnitTest_LDADD = ${GSLLIBS}
97
98GSLMatrixUnitTest_SOURCES = UnitTestMain.cpp gslmatrixunittest.cpp gslmatrixunittest.hpp
99GSLMatrixUnitTest_LDADD = ${GSLLIBS}
100
101GSLVectorUnitTest_SOURCES = UnitTestMain.cpp gslvectorunittest.cpp gslvectorunittest.hpp
102GSLVectorUnitTest_LDADD = ${GSLLIBS}
103
104InfoUnitTest_SOURCES = UnitTestMain.cpp infounittest.cpp infounittest.hpp
105InfoUnitTest_LDADD = ${ALLLIBS}
106
107LinearSystemOfEquationsUnitTest_SOURCES = UnitTestMain.cpp linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp
108LinearSystemOfEquationsUnitTest_LDADD = ${ALLLIBS}
109
110ListOfBondsUnitTest_SOURCES = UnitTestMain.cpp listofbondsunittest.cpp listofbondsunittest.hpp
111ListOfBondsUnitTest_LDADD = ${ALLLIBS}
112
113LogUnitTest_SOURCES = UnitTestMain.cpp logunittest.cpp logunittest.hpp
114LogUnitTest_LDADD = ${ALLLIBS}
115
116MemoryAllocatorUnitTest_SOURCES = UnitTestMain.cpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp
117MemoryAllocatorUnitTest_LDADD = ${ALLLIBS}
118
119MemoryUsageObserverUnitTest_SOURCES = UnitTestMain.cpp memoryusageobserverunittest.cpp memoryusageobserverunittest.hpp
120MemoryUsageObserverUnitTest_LDADD = ${ALLLIBS}
121
122MoleculeDescriptorTest_SOURCES = UnitTestMain.cpp MoleculeDescriptorTest.cpp MoleculeDescriptorTest.hpp
123MoleculeDescriptorTest_LDADD = ${ALLLIBS}
124
125StackClassUnitTest_SOURCES = UnitTestMain.cpp stackclassunittest.cpp stackclassunittest.hpp
126StackClassUnitTest_LDADD = ${ALLLIBS}
127
128TesselationUnitTest_SOURCES = UnitTestMain.cpp tesselationunittest.cpp tesselationunittest.hpp
129TesselationUnitTest_LDADD = ${ALLLIBS}
130
131Tesselation_BoundaryTriangleUnitTest_SOURCES = UnitTestMain.cpp tesselation_boundarytriangleunittest.cpp tesselation_boundarytriangleunittest.hpp
132Tesselation_BoundaryTriangleUnitTest_LDADD = ${ALLLIBS}
133
134Tesselation_InOutsideUnitTest_SOURCES = UnitTestMain.cpp tesselation_insideoutsideunittest.cpp tesselation_insideoutsideunittest.hpp
135Tesselation_InOutsideUnitTest_LDADD = ${ALLLIBS}
136
137VectorUnitTest_SOURCES = UnitTestMain.cpp vectorunittest.cpp vectorunittest.hpp
138VectorUnitTest_LDADD = ${ALLLIBS}
139
140ActionSequenceTest_SOURCES = UnitTestMain.cpp ../../../TestRunnerClient.hpp ActionSequenceTest.cpp ActionSequenceTest.hpp
141ActionSequenceTest_LDADD = ${ALLLIBS}
142
143ObserverTest_SOURCES = UnitTestMain.cpp ObserverTest.cpp ObserverTest.hpp
144ObserverTest_LDADD = ${ALLLIBS}
145
146CacheableTest_SOURCES = UnitTestMain.cpp CacheableTest.cpp CacheableTest.hpp
147CacheableTest_LDADD = ${ALLLIBS}
148
149AtomDescriptorTest_SOURCES = UnitTestMain.cpp AtomDescriptorTest.cpp AtomDescriptorTest.hpp
150AtomDescriptorTest_LDADD = ${ALLLIBS}
151
152manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp
153manipulateAtomsTest_LDADD = ${ALLLIBS}
154
155atomsCalculationTest_SOURCES = UnitTestMain.cpp atomsCalculationTest.cpp atomsCalculationTest.hpp
156atomsCalculationTest_LDADD = ${ALLLIBS}
157
158TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS)
159TestRunner_LDADD = ${ALLLIBS}
160
161#AUTOMAKE_OPTIONS = parallel-tests
162
Note: See TracBrowser for help on using the repository browser.