Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/Makefile.am

    r5eec98 r4fbca9c  
    3535  MoleculeDescriptorTest \
    3636  ObserverTest \
    37   ParserUnitTest \
     37  ParserCommonUnitTest \
     38  ParserTremoloUnitTest \
    3839  periodentafelTest \
    3940  PlaneUnittest \
     
    4849  VectorContentUnitTest \
    4950  VectorUnitTest
    50  
    51  
     51
     52
    5253check_PROGRAMS = $(TESTS)
    5354noinst_PROGRAMS = $(TESTS) TestRunner
     
    9697  MoleculeDescriptorTest.cpp \
    9798  ObserverTest.cpp \
    98   ParserUnitTest.cpp \
     99  ParserCommonUnitTest.cpp \
     100  ParserTremoloUnitTest.cpp \
    99101  periodentafelTest.cpp \
    100102  PlaneUnittest.cpp \
     
    137139  ObserverTest.hpp \
    138140  periodentafelTest.hpp \
    139   ParserUnitTest.hpp \
     141  ParserCommonUnitTest.hpp \
     142  ParserTremoloUnitTest.hpp \
    140143  PlaneUnittest.hpp \
    141144  RegistryUnitTest.hpp \
     
    203206LineUnittest_LDADD = ${ALLLIBS}
    204207
    205 LinkedCellUnitTest_SOURCES = UnitTestMain.cpp LinkedCellUnitTest.cpp LinkedCellUnitTest.hpp 
     208LinkedCellUnitTest_SOURCES = UnitTestMain.cpp LinkedCellUnitTest.cpp LinkedCellUnitTest.hpp
    206209LinkedCellUnitTest_LDADD = ${ALLLIBS}
    207210
     
    209212ListOfBondsUnitTest_LDADD = ${ALLLIBS}
    210213
    211 LogUnitTest_SOURCES = UnitTestMain.cpp logunittest.cpp logunittest.hpp 
     214LogUnitTest_SOURCES = UnitTestMain.cpp logunittest.cpp logunittest.hpp
    212215LogUnitTest_LDADD = ${ALLLIBS}
    213216
     
    227230ObserverTest_LDADD = ${ALLLIBS}
    228231
    229 ParserUnitTest_SOURCES = UnitTestMain.cpp ParserUnitTest.cpp ParserUnitTest.hpp
    230 ParserUnitTest_LDADD = ${ALLLIBS}
     232ParserCommonUnitTest_SOURCES = UnitTestMain.cpp ParserCommonUnitTest.cpp ParserCommonUnitTest.hpp
     233ParserCommonUnitTest_LDADD = ${ALLLIBS}
     234
     235ParserTremoloUnitTest_SOURCES = UnitTestMain.cpp ParserTremoloUnitTest.cpp ParserTremoloUnitTest.hpp
     236ParserTremoloUnitTest_LDADD = ${ALLLIBS}
    231237
    232238periodentafelTest_SOURCES = UnitTestMain.cpp periodentafelTest.cpp periodentafelTest.hpp
Note: See TracChangeset for help on using the changeset viewer.