Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/unittests/Makefile.am

    r79de12 r1bef07  
    22# Also indentation by a single tab
    33
     4include ../../src/Parser/Parameters/unittests/Makefile.am
    45
    56PARSERTESTSSOURCES = \
     
    78        ../Parser/unittests/ParserPcpUnitTest.cpp \
    89        ../Parser/unittests/ParserPdbUnitTest.cpp \
     10        ../Parser/unittests/ParserPsi3UnitTest.cpp \
    911        ../Parser/unittests/ParserTremoloUnitTest.cpp \
    1012        ../Parser/unittests/ParserXyzUnitTest.cpp
     
    1416        ../Parser/unittests/ParserPcpUnitTest.hpp \
    1517        ../Parser/unittests/ParserPdbUnitTest.hpp \
     18        ../Parser/unittests/ParserPsi3UnitTest.hpp \
    1619        ../Parser/unittests/ParserTremoloUnitTest.hpp \
    1720        ../Parser/unittests/ParserXyzUnitTest.hpp
     
    2124  ParserPcpUnitTest \
    2225  ParserPdbUnitTest \
     26  ParserPsi3UnitTest \
    2327  ParserTremoloUnitTest \
    2428  ParserXyzUnitTest
     
    3337        ${CodePatterns_LIBS}
    3438#       $(BOOST_LIB)
    35 
    3639
    3740
     
    5154ParserPdbUnitTest_LDADD = ${PARSERLIBS}
    5255
     56ParserPsi3UnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     57        ../Parser/unittests/ParserPsi3UnitTest.cpp \
     58        ../Parser/unittests/ParserPsi3UnitTest.hpp
     59ParserPsi3UnitTest_LDADD = ${PARSERLIBS}
     60
    5361ParserTremoloUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
    5462        ../Parser/unittests/ParserTremoloUnitTest.cpp \
Note: See TracChangeset for help on using the changeset viewer.