Changeset f2dfc5 for molecuilder/src


Ignore:
Timestamp:
Sep 28, 2009, 6:31:58 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
c03ca6
Parents:
21b8fa
Message:

Added Tesselation unit test

  • new file tesselationunittest with simple tetraeder UnitTest for checking IsInnerPoint()
  • added to Makefile.am
Location:
molecuilder/src
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Makefile.am

    r21b8fa rf2dfc5  
    22HEADER = atom.hpp bond.hpp boundary.hpp config.hpp defs.hpp element.hpp ellipsoid.hpp helpers.hpp leastsquaremin.hpp linkedcell.hpp molecules.hpp parser.hpp periodentafel.hpp stackclass.hpp tesselation.hpp tesselationhelpers.hpp vector.hpp verbose.hpp
    33
    4 noinst_PROGRAMS =  VectorUnitTest
     4noinst_PROGRAMS =  VectorUnitTest TesselationUnitTest
    55
    66bin_PROGRAMS = molecuilder joiner analyzer
     
    1111analyzer_SOURCES = analyzer.cpp datacreator.cpp element.cpp helpers.cpp periodentafel.cpp parser.cpp verbose.cpp helpers.hpp periodentafel.hpp parser.hpp datacreator.hpp
    1212
    13 TESTS = VectorUnitTest
     13TESTS = VectorUnitTest TesselationUnitTest
    1414check_PROGRAMS = $(TESTS)
    1515VectorUnitTest_SOURCES = defs.hpp helpers.cpp helpers.hpp leastsquaremin.cpp leastsquaremin.hpp vectorunittest.cpp vectorunittest.hpp vector.cpp vector.hpp verbose.cpp verbose.hpp
    1616VectorUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
    1717VectorUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
     18TesselationUnitTest_SOURCES = defs.hpp helpers.cpp helpers.hpp leastsquaremin.cpp leastsquaremin.hpp linkedcell.cpp linkedcell.hpp tesselation.cpp tesselation.hpp tesselationhelpers.cpp tesselationhelpers.hpp tesselationunittest.cpp tesselationunittest.hpp vector.cpp vector.hpp verbose.cpp verbose.hpp
     19TesselationUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
     20TesselationUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
    1821
    1922EXTRA_DIST = ${molecuilder_DATA}
Note: See TracChangeset for help on using the changeset viewer.