Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/Makefile.am

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