Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/Makefile.am

    r46d958 r7a1ce5  
    3030  CacheableTest \
    3131  DescriptorUnittest \
    32   manipulateAtomsTest \
    33   atomsCalculationTest \
    34   ${MENUTESTS}
    35  
    36 
    37      
     32  ${MENUTESTS} 
     33   
    3834 
    3935check_PROGRAMS = $(TESTS)
     
    113109
    114110DescriptorUnittest_SOURCES = DescriptorUnittest.cpp DescriptorUnittest.hpp
    115 DescriptorUnittest_LDADD = ${ALLLIBS}
    116 
    117 manipulateAtomsTest_SOURCES = manipulateAtomsTest.cpp manipulateAtomsTest.hpp
    118 manipulateAtomsTest_LDADD = ${ALLLIBS}
    119 
    120 atomsCalculationTest_SOURCES = atomsCalculationTest.cpp atomsCalculationTest.hpp
    121 atomsCalculationTest_LDADD = ${ALLLIBS}
     111DescriptorUnittest_LDADD = ${ALLLIBS}
    122112
    123113#AUTOMAKE_OPTIONS = parallel-tests
Note: See TracChangeset for help on using the changeset viewer.