source: src/Atom/unittests/Makefile.am@ 0682c2

Candidate_v1.6.1 ChemicalSpaceEvaluator Exclude_Hydrogens_annealWithBondGraph
Last change on this file since 0682c2 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.