Ignore:
Timestamp:
Oct 29, 2009, 10:09:05 AM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
92fc40
Parents:
6d7651
Message:

Refactored StackClass with respect to tickets #38, #4.

  • #38 make const what is const
  • #4 shorten constructors
  • StackClass::TestImplementation() has been shifted into a unit test stackclassunittest.[ch]pp

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

File:
1 edited

Legend:

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

    r6d7651 rdbc152  
    44AM_CXXFLAGS = $(CPPUNIT_CFLAGS)
    55
    6 TESTS = ActOnAllUnitTest AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest ListOfBondsUnitTest MemoryUsageObserverUnitTest MemoryAllocatorUnitTest VectorUnitTest
     6TESTS = ActOnAllUnitTest AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest ListOfBondsUnitTest MemoryUsageObserverUnitTest MemoryAllocatorUnitTest StackClassUnitTest VectorUnitTest
    77check_PROGRAMS = $(TESTS)
    88noinst_PROGRAMS = $(TESTS)
     
    2323ListOfBondsUnitTest_LDADD = ../libmolecuilder.a
    2424
    25 VectorUnitTest_SOURCES = defs.hpp helpers.hpp leastsquaremin.hpp memoryallocator.hpp memoryusageobserver.hpp vectorunittest.cpp vectorunittest.hpp vector.hpp verbose.hpp
    26 VectorUnitTest_LDADD = ../libmolecuilder.a
    27 
    2825MemoryAllocatorUnitTest_SOURCES = defs.hpp helpers.hpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp memoryallocator.hpp memoryusageobserver.hpp verbose.hpp
    2926MemoryAllocatorUnitTest_LDADD = ../libmolecuilder.a
     
    3229MemoryUsageObserverUnitTest_LDADD = ../libmolecuilder.a
    3330
     31StackClassUnitTest_SOURCES = stackclass.hpp stackclassunittest.cpp stackclassunittest.hpp
     32StackClassUnitTest_LDADD = ../libmolecuilder.a
     33
     34VectorUnitTest_SOURCES = defs.hpp helpers.hpp leastsquaremin.hpp memoryallocator.hpp memoryusageobserver.hpp vectorunittest.cpp vectorunittest.hpp vector.hpp verbose.hpp
     35VectorUnitTest_LDADD = ../libmolecuilder.a
     36
     37
    3438#AUTOMAKE_OPTIONS = parallel-tests
Note: See TracChangeset for help on using the changeset viewer.