Ignore:
Timestamp:
Feb 19, 2010, 11:49:42 AM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
9ef76a
Parents:
cbc27f
git-author:
Tillmann Crueger <crueger@…> (02/19/10 11:31:39)
git-committer:
Tillmann Crueger <crueger@…> (02/19/10 11:49:42)
Message:

Added a class that allows constructing Processes that have a result

File:
1 edited

Legend:

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

    rcbc27f r5d4edf  
    3030  CacheableTest \
    3131  DescriptorUnittest \
     32  manipulateAtomsTest \
    3233  ${MENUTESTS} 
    3334   
     
    109110
    110111DescriptorUnittest_SOURCES = DescriptorUnittest.cpp DescriptorUnittest.hpp
    111 DescriptorUnittest_LDADD = ${ALLLIBS}
     112DescriptorUnittest_LDADD = ${ALLLIBS}
     113
     114manipulateAtomsTest_SOURCES = manipulateAtomsTest.cpp manipulateAtomsTest.hpp
     115manipulateAtomsTest_LDADD = ${ALLLIBS}
    112116
    113117#AUTOMAKE_OPTIONS = parallel-tests
Note: See TracChangeset for help on using the changeset viewer.