[41396a] | 1 | # PLEASE adhere to the alphabetical ordering in this Makefile!
|
---|
| 2 | # Also indentation by a single tab
|
---|
| 3 |
|
---|
[84e752] | 4 | include ../../src/Parser/Parameters/unittests/Makefile.am
|
---|
[41396a] | 5 |
|
---|
[455573] | 6 | PARSERTESTSSOURCES = \
|
---|
| 7 | ../Parser/unittests/ParserMpqcUnitTest.cpp \
|
---|
| 8 | ../Parser/unittests/ParserPcpUnitTest.cpp \
|
---|
| 9 | ../Parser/unittests/ParserPdbUnitTest.cpp \
|
---|
[1bef07] | 10 | ../Parser/unittests/ParserPsi3UnitTest.cpp \
|
---|
[455573] | 11 | ../Parser/unittests/ParserTremoloUnitTest.cpp \
|
---|
[d9005c1] | 12 | ../Parser/unittests/ParserTremolo_ElementKeysUnitTest.cpp \
|
---|
[d2596b] | 13 | ../Parser/unittests/ParserXmlUnitTest.cpp \
|
---|
[455573] | 14 | ../Parser/unittests/ParserXyzUnitTest.cpp
|
---|
[41396a] | 15 |
|
---|
[455573] | 16 | PARSERTESTSHEADERS = \
|
---|
| 17 | ../Parser/unittests/ParserMpqcUnitTest.hpp \
|
---|
| 18 | ../Parser/unittests/ParserPcpUnitTest.hpp \
|
---|
| 19 | ../Parser/unittests/ParserPdbUnitTest.hpp \
|
---|
[1bef07] | 20 | ../Parser/unittests/ParserPsi3UnitTest.hpp \
|
---|
[455573] | 21 | ../Parser/unittests/ParserTremoloUnitTest.hpp \
|
---|
[d9005c1] | 22 | ../Parser/unittests/ParserTremolo_ElementKeysUnitTest.hpp \
|
---|
[d2596b] | 23 | ../Parser/unittests/ParserXmlUnitTest.hpp \
|
---|
[455573] | 24 | ../Parser/unittests/ParserXyzUnitTest.hpp
|
---|
| 25 |
|
---|
| 26 | PARSERTESTS = \
|
---|
[9e4fd1] | 27 | ParserMpqcUnitTest \
|
---|
| 28 | ParserPcpUnitTest \
|
---|
| 29 | ParserPdbUnitTest \
|
---|
[1bef07] | 30 | ParserPsi3UnitTest \
|
---|
[9e4fd1] | 31 | ParserTremoloUnitTest \
|
---|
[d9005c1] | 32 | ParserTremolo_ElementKeysUnitTest \
|
---|
[d2596b] | 33 | ParserXmlUnitTest \
|
---|
[9e4fd1] | 34 | ParserXyzUnitTest
|
---|
[41396a] | 35 |
|
---|
[455573] | 36 | TESTS += $(PARSERTESTS)
|
---|
| 37 | check_PROGRAMS += $(PARSERTESTS)
|
---|
| 38 | noinst_PROGRAMS += $(PARSERTESTS)
|
---|
[41396a] | 39 |
|
---|
[455573] | 40 | PARSERLIBS = \
|
---|
[e9e86f] | 41 | libUnitTest.la \
|
---|
[748fc7] | 42 | ../libMolecuilder.la \
|
---|
[eb0d77] | 43 | ../libMolecuilderUI.la
|
---|
| 44 | if CONDJOBMARKET
|
---|
| 45 | PARSERLIBS += \
|
---|
| 46 | ../libMolecuilderJobs.la
|
---|
| 47 | endif
|
---|
| 48 | PARSERLIBS += \
|
---|
[bf4b9f] | 49 | $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
|
---|
[79de12] | 50 | ${CodePatterns_LIBS}
|
---|
| 51 | # $(BOOST_LIB)
|
---|
[41396a] | 52 |
|
---|
| 53 |
|
---|
[e9e86f] | 54 | ParserMpqcUnitTest_SOURCES = \
|
---|
[455573] | 55 | ../Parser/unittests/ParserMpqcUnitTest.cpp \
|
---|
| 56 | ../Parser/unittests/ParserMpqcUnitTest.hpp
|
---|
| 57 | ParserMpqcUnitTest_LDADD = ${PARSERLIBS}
|
---|
[9e4fd1] | 58 |
|
---|
[e9e86f] | 59 | ParserPcpUnitTest_SOURCES = \
|
---|
[455573] | 60 | ../Parser/unittests/ParserPcpUnitTest.cpp \
|
---|
| 61 | ../Parser/unittests/ParserPcpUnitTest.hpp
|
---|
| 62 | ParserPcpUnitTest_LDADD = ${PARSERLIBS}
|
---|
[9e4fd1] | 63 |
|
---|
[e9e86f] | 64 | ParserPdbUnitTest_SOURCES = \
|
---|
[455573] | 65 | ../Parser/unittests/ParserPdbUnitTest.cpp \
|
---|
| 66 | ../Parser/unittests/ParserPdbUnitTest.hpp
|
---|
| 67 | ParserPdbUnitTest_LDADD = ${PARSERLIBS}
|
---|
[41396a] | 68 |
|
---|
[e9e86f] | 69 | ParserPsi3UnitTest_SOURCES = \
|
---|
[1bef07] | 70 | ../Parser/unittests/ParserPsi3UnitTest.cpp \
|
---|
| 71 | ../Parser/unittests/ParserPsi3UnitTest.hpp
|
---|
| 72 | ParserPsi3UnitTest_LDADD = ${PARSERLIBS}
|
---|
| 73 |
|
---|
[e9e86f] | 74 | ParserTremoloUnitTest_SOURCES = \
|
---|
[455573] | 75 | ../Parser/unittests/ParserTremoloUnitTest.cpp \
|
---|
| 76 | ../Parser/unittests/ParserTremoloUnitTest.hpp
|
---|
| 77 | ParserTremoloUnitTest_LDADD = ${PARSERLIBS}
|
---|
[41396a] | 78 |
|
---|
[e9e86f] | 79 | ParserTremolo_ElementKeysUnitTest_SOURCES = \
|
---|
[d9005c1] | 80 | ../Parser/unittests/ParserTremolo_ElementKeysUnitTest.cpp \
|
---|
| 81 | ../Parser/unittests/ParserTremolo_ElementKeysUnitTest.hpp
|
---|
| 82 | ParserTremolo_ElementKeysUnitTest_LDADD = ${PARSERLIBS}
|
---|
| 83 |
|
---|
[e9e86f] | 84 | ParserXmlUnitTest_SOURCES = \
|
---|
[d2596b] | 85 | ../Parser/unittests/ParserXmlUnitTest.cpp \
|
---|
| 86 | ../Parser/unittests/ParserXmlUnitTest.hpp
|
---|
| 87 | ParserXmlUnitTest_LDADD = ${PARSERLIBS}
|
---|
| 88 |
|
---|
[e9e86f] | 89 | ParserXyzUnitTest_SOURCES = \
|
---|
[455573] | 90 | ../Parser/unittests/ParserXyzUnitTest.cpp \
|
---|
| 91 | ../Parser/unittests/ParserXyzUnitTest.hpp
|
---|
| 92 | ParserXyzUnitTest_LDADD = ${PARSERLIBS}
|
---|
[9e4fd1] | 93 |
|
---|
[41396a] | 94 |
|
---|
| 95 | #AUTOMAKE_OPTIONS = parallel-tests
|
---|