source: src/Atom/unittests/Makefile.am@ 5fea7d

Action_Thermostats Add_AtomRandomPerturbation Add_RotateAroundBondAction Add_SelectAtomByNameAction Adding_Graph_to_ChangeBondActions Adding_MD_integration_tests Adding_StructOpt_integration_tests AutomationFragmentation_failures Candidate_v1.6.1 ChangeBugEmailaddress ChangingTestPorts ChemicalSpaceEvaluator Docu_Python_wait EmpiricalPotential_contain_HomologyGraph_documentation Enhance_userguide Enhanced_StructuralOptimization Enhanced_StructuralOptimization_continued Example_ManyWaysToTranslateAtom Exclude_Hydrogens_annealWithBondGraph Fix_ChronosMutex Fix_StatusMsg Fix_StepWorldTime_single_argument Fix_Verbose_Codepatterns ForceAnnealing_goodresults ForceAnnealing_oldresults ForceAnnealing_tocheck ForceAnnealing_with_BondGraph ForceAnnealing_with_BondGraph_continued ForceAnnealing_with_BondGraph_continued_betteresults ForceAnnealing_with_BondGraph_contraction-expansion GeometryObjects Gui_displays_atomic_force_velocity IndependentFragmentGrids_IntegrationTest JobMarket_RobustOnKillsSegFaults JobMarket_StableWorkerPool PythonUI_with_named_parameters QtGui_reactivate_TimeChanged_changes Recreated_GuiChecks RotateToPrincipalAxisSystem_UndoRedo StoppableMakroAction TremoloParser_IncreasedPrecision TremoloParser_MultipleTimesteps Ubuntu_1604_changes
Last change on this file since 5fea7d was 4ecb2d, checked in by Frederik Heber <heber@…>, 8 years ago

Moved LinearAlgebra sub-package into ThirdParty folder.

  • needed to adapt location of libLinearAlgebra.la in all Makefile.am's.
  • relinked m4 subfolder, relinked am_doxygen_include.am. Both point to those present in molecuilder parent folder.
  • adapted configure.ac's:
  • Property mode set to 100644
File size: 1.2 KB
RevLine 
[97c2550]1# PLEASE adhere to the alphabetical ordering in this Makefile!
2# Also indentation by a single tab
3
4ATOMTESTSSOURCES = \
[99f4ee]5 ../Atom/unittests/AtomObserverUnitTest.cpp \
[9e1d01]6 ../Atom/unittests/CopyAtomsInterfaceUnitTest.cpp \
[99f4ee]7 stubs/ObserverStub.cpp
[97c2550]8
9ATOMTESTSHEADERS = \
[99f4ee]10 ../Atom/unittests/AtomObserverUnitTest.hpp \
[9e1d01]11 ../Atom/unittests/CopyAtomsInterfaceUnitTest.hpp \
[99f4ee]12 stubs/ObserverStub.hpp
[97c2550]13
14ATOMTESTS = \
[9e1d01]15 AtomObserverUnitTest \
16 CopyAtomsInterfaceUnitTest
[97c2550]17
18TESTS += $(ATOMTESTS)
19check_PROGRAMS += $(ATOMTESTS)
20noinst_PROGRAMS += $(ATOMTESTS)
21
22ATOMTESTLIBS = \
[e9e86f]23 libUnitTest.la \
[748fc7]24 ../libMolecuilder.la \
[353326]25 ../libMolecuilderUI.la
[eb0d77]26ATOMTESTLIBS += \
[4ecb2d]27 $(top_builddir)/ThirdParty/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
[353326]28 ${CodePatterns_LIBS} \
29 $(BOOST_LIB)
[97c2550]30
[e9e86f]31AtomObserverUnitTest_SOURCES = \
[97c2550]32 ../Atom/unittests/AtomObserverUnitTest.cpp \
33 ../Atom/unittests/AtomObserverUnitTest.hpp \
[99f4ee]34 stubs/ObserverStub.cpp \
35 stubs/ObserverStub.hpp
[97c2550]36AtomObserverUnitTest_LDADD = ${ATOMTESTLIBS}
37
[e9e86f]38CopyAtomsInterfaceUnitTest_SOURCES = \
[9e1d01]39 ../Atom/unittests/CopyAtomsInterfaceUnitTest.cpp \
40 ../Atom/unittests/CopyAtomsInterfaceUnitTest.hpp
41CopyAtomsInterfaceUnitTest_LDADD = ${ATOMTESTLIBS}
[97c2550]42
43
44#AUTOMAKE_OPTIONS = parallel-tests
Note: See TracBrowser for help on using the repository browser.