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

Location:
molecuilder/src/unittests
Files:
2 added
2 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
  • molecuilder/src/unittests/manipulateAtomsTest.cpp

    r9ef76a r01d28a  
    77
    88#include "manipulateAtomsTest.hpp"
    9 
    10 #include "DescriptorUnittest.hpp"
    119
    1210#include <cppunit/CompilerOutputter.h>
Note: See TracChangeset for help on using the changeset viewer.