Changes in src/Parser/unittests/Makefile.am [79de12:1bef07]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/unittests/Makefile.am
r79de12 r1bef07 2 2 # Also indentation by a single tab 3 3 4 include ../../src/Parser/Parameters/unittests/Makefile.am 4 5 5 6 PARSERTESTSSOURCES = \ … … 7 8 ../Parser/unittests/ParserPcpUnitTest.cpp \ 8 9 ../Parser/unittests/ParserPdbUnitTest.cpp \ 10 ../Parser/unittests/ParserPsi3UnitTest.cpp \ 9 11 ../Parser/unittests/ParserTremoloUnitTest.cpp \ 10 12 ../Parser/unittests/ParserXyzUnitTest.cpp … … 14 16 ../Parser/unittests/ParserPcpUnitTest.hpp \ 15 17 ../Parser/unittests/ParserPdbUnitTest.hpp \ 18 ../Parser/unittests/ParserPsi3UnitTest.hpp \ 16 19 ../Parser/unittests/ParserTremoloUnitTest.hpp \ 17 20 ../Parser/unittests/ParserXyzUnitTest.hpp … … 21 24 ParserPcpUnitTest \ 22 25 ParserPdbUnitTest \ 26 ParserPsi3UnitTest \ 23 27 ParserTremoloUnitTest \ 24 28 ParserXyzUnitTest … … 33 37 ${CodePatterns_LIBS} 34 38 # $(BOOST_LIB) 35 36 39 37 40 … … 51 54 ParserPdbUnitTest_LDADD = ${PARSERLIBS} 52 55 56 ParserPsi3UnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 57 ../Parser/unittests/ParserPsi3UnitTest.cpp \ 58 ../Parser/unittests/ParserPsi3UnitTest.hpp 59 ParserPsi3UnitTest_LDADD = ${PARSERLIBS} 60 53 61 ParserTremoloUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 54 62 ../Parser/unittests/ParserTremoloUnitTest.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.