Changeset bd8561 for molecuilder/src


Ignore:
Timestamp:
Apr 9, 2010, 10:14:20 AM (15 years ago)
Author:
heber <heber@…>
Children:
ef016c
Parents:
6dd8d3
Message:

New Unit test for class LinkedCell.

  • this is just the skeleton, so far it does nothing useful.

Signed-off-by: heber <heber@…>

Location:
molecuilder/src/unittests
Files:
2 added
1 edited

Legend:

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

    r6dd8d3 rbd8561  
    1717  InfoUnitTest \
    1818  LinearSystemOfEquationsUnitTest \
     19  LinkedCellUnitTest \
    1920  ListOfBondsUnitTest \
    2021  LogUnitTest \
     
    6465
    6566LinearSystemOfEquationsUnitTest_SOURCES = linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp
    66 LinearSystemOfEquationsUnitTest_LDADD = ../libgslwrapper.a ../libmolecuilder.a
     67LinearSystemOfEquationsUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
     68
     69LinkedCellUnitTest_SOURCES = LinkedCellUnitTest.cpp LinkedCellUnitTest.hpp
     70LinkedCellUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
    6771
    6872ListOfBondsUnitTest_SOURCES = listofbondsunittest.cpp listofbondsunittest.hpp
Note: See TracChangeset for help on using the changeset viewer.