Ignore:
Timestamp:
Feb 19, 2010, 2:31:56 PM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
7bfc19
Parents:
9ef76a
Message:

Added templates that allow arbitrary calculations on atoms to be mapped to sets of Atoms

File:
1 edited

Legend:

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

    r9ef76a r01d28a  
    3131  DescriptorUnittest \
    3232  manipulateAtomsTest \
     33  atomsCalculationTest \
    3334  ${MENUTESTS} 
    3435   
     
    115116manipulateAtomsTest_LDADD = ${ALLLIBS}
    116117
     118atomsCalculationTest_SOURCES = atomsCalculationTest.cpp atomsCalculationTest.hpp
     119atomsCalculationTest_LDADD = ${ALLLIBS}
     120
    117121#AUTOMAKE_OPTIONS = parallel-tests
    118122
Note: See TracChangeset for help on using the changeset viewer.