Changes in / [fa861b:13a574]


Ignore:
Location:
src
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    rfa861b r13a574  
    22HEADER = atom.hpp bond.hpp boundary.hpp config.hpp defs.hpp element.hpp ellipsoid.hpp helpers.hpp leastsquaremin.hpp linkedcell.hpp memoryallocator.hpp memoryusageobserver.cpp memoryusageobserver.hpp molecules.hpp parser.hpp periodentafel.hpp stackclass.hpp tesselation.hpp tesselationhelpers.hpp vector.hpp verbose.hpp
    33
    4 noinst_PROGRAMS =  VectorUnitTest MemoryAllocatorUnitTest MemoryUsageObserverUnitTest TesselationUnitTest
     4noinst_PROGRAMS =  ActOnAllTest VectorUnitTest MemoryAllocatorUnitTest MemoryUsageObserverUnitTest TesselationUnitTest
    55
    66BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB)
     
    2222TesselationUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
    2323TesselationUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
     24ActOnAllTest_SOURCES = ActOnAllTest.hp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp vector.cpp vector.hpp
     25ActOnAllTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
     26ActOnAllTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
     27
    2428
    2529MemoryAllocatorUnitTest_SOURCES = defs.hpp helpers.cpp helpers.hpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp memoryallocator.hpp memoryusageobserver.cpp memoryusageobserver.hpp verbose.cpp verbose.hpp
Note: See TracChangeset for help on using the changeset viewer.