Ignore:
Timestamp:
Sep 21, 2009, 11:48:42 AM (16 years ago)
Author:
Saskia Metzler <metzler@…>
Children:
14db08, 39d983
Parents:
bc3953
Message:

Ticket 11: use templates and/or traits to fix Malloc/ReAlloc-Free warnings in a clean manner

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Makefile.am

    rbc3953 r390a2b  
    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 MemoryAllocatorUnitTest
    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 MemoryAllocatorUnitTest
    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
     
    1717VectorUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
    1818
     19MemoryAllocatorUnitTest_SOURCES = defs.hpp helpers.cpp helpers.hpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp memoryallocator.hpp verbose.cpp verbose.hpp
     20MemoryAllocatorUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
     21MemoryAllocatorUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
     22
     23
    1924EXTRA_DIST = ${molecuilder_DATA}
Note: See TracChangeset for help on using the changeset viewer.