Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/Makefile.am

    r57adc7 rab4b55  
    1212  AnalysisCorrelationToSurfaceUnitTest \
    1313  AnalysisPairCorrelationUnitTest \
    14   atomsCalculationTest \
    15   AtomDescriptorTest \
    1614  BondGraphUnitTest \
    17   CacheableTest \
    1815  GSLMatrixSymmetricUnitTest \
    1916  GSLMatrixUnitTest \
     
    2320  ListOfBondsUnitTest \
    2421  LogUnitTest \
    25   manipulateAtomsTest \
    2622  MemoryUsageObserverUnitTest \
    2723  MemoryAllocatorUnitTest \
    28   MoleculeDescriptorTest \
    29   ObserverTest \
    3024  StackClassUnitTest \
    3125  TesselationUnitTest \
     
    3327  Tesselation_InOutsideUnitTest \
    3428  VectorUnitTest \
    35   ${MENUTESTS}
    36  
    37 
    38      
     29  ObserverTest \
     30  CacheableTest \
     31  DescriptorUnittest \
     32  ParserUnitTest \
     33  manipulateAtomsTest \
     34  atomsCalculationTest \
     35  ${MENUTESTS} 
     36   
    3937 
    4038check_PROGRAMS = $(TESTS)
     
    4644TESTSOURCES = \
    4745  ActOnAllUnitTest.cpp \
    48   ActionSequenceTest.cpp \
    4946  analysisbondsunittest.cpp \
    5047  AnalysisCorrelationToPointUnitTest.cpp \
    5148  AnalysisCorrelationToSurfaceUnitTest.cpp  \
    5249  AnalysisPairCorrelationUnitTest.cpp \
    53   AtomDescriptorTest.cpp \
    54   atomsCalculationTest.cpp \
    5550  bondgraphunittest.cpp \
    56   CacheableTest.cpp \
    5751  gslmatrixsymmetricunittest.cpp \
    5852  gslmatrixunittest.cpp \
     
    6256  listofbondsunittest.cpp \
    6357  logunittest.cpp \
    64   manipulateAtomsTest.cpp \
    6558  memoryallocatorunittest.cpp  \
    6659  memoryusageobserverunittest.cpp \
    67   MoleculeDescriptorTest.cpp \
    68   ObserverTest.cpp \
    6960  stackclassunittest.cpp \
    7061  tesselationunittest.cpp \
    7162  tesselation_boundarytriangleunittest.cpp \
    7263  tesselation_insideoutsideunittest.cpp \
    73   vectorunittest.cpp
     64  vectorunittest.cpp \
     65  ObserverTest.cpp \
     66  CacheableTest.cpp \
     67  DescriptorUnittest.cpp \
     68  ParserUnitTest.cpp \
     69  manipulateAtomsTest.cpp \
     70  atomsCalculationTest.cpp \
     71  ActionSequenceTest.cpp
    7472
    7573TESTHEADERS = \
     
    121119MemoryUsageObserverUnitTest_LDADD = ${ALLLIBS}
    122120
    123 MoleculeDescriptorTest_SOURCES = UnitTestMain.cpp MoleculeDescriptorTest.cpp MoleculeDescriptorTest.hpp
    124 MoleculeDescriptorTest_LDADD = ${ALLLIBS}
    125 
    126121StackClassUnitTest_SOURCES = UnitTestMain.cpp stackclassunittest.cpp stackclassunittest.hpp
    127122StackClassUnitTest_LDADD = ${ALLLIBS}
     
    148143CacheableTest_LDADD = ${ALLLIBS}
    149144
    150 AtomDescriptorTest_SOURCES = UnitTestMain.cpp AtomDescriptorTest.cpp AtomDescriptorTest.hpp
    151 AtomDescriptorTest_LDADD = ${ALLLIBS}
     145DescriptorUnittest_SOURCES = UnitTestMain.cpp DescriptorUnittest.cpp DescriptorUnittest.hpp
     146DescriptorUnittest_LDADD = ${ALLLIBS}
     147
     148ParserUnitTest_SOURCES = UnitTestMain.cpp ParserUnitTest.cpp ParserUnitTest.hpp
     149ParserUnitTest_LDADD = ${ALLLIBS}
    152150
    153151manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp
Note: See TracChangeset for help on using the changeset viewer.