Ignore:
Timestamp:
Oct 30, 2009, 11:04:50 AM (16 years ago)
Author:
Saskia Metzler <metzler@…>
Children:
ec70ec
Parents:
57cfb7
Message:

Ticket 43 Create a logging class

The verbosity level can now be handeled globally by setVerbosity().

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

Legend:

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

    r57cfb7 r96d8dc  
    11INCLUDES = -I$(top_srcdir)/src
    22
    3 noinst_PROGRAMS =  ActOnAllUnitTest AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest MemoryAllocatorUnitTest MemoryUsageObserverUnitTest VectorUnitTest
     3noinst_PROGRAMS =  ActOnAllUnitTest AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest LogUnitTest MemoryAllocatorUnitTest MemoryUsageObserverUnitTest VectorUnitTest
    44
    55TESTS = ActOnAllUnitTest AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest MemoryUsageObserverUnitTest MemoryAllocatorUnitTest VectorUnitTest
     
    4040MemoryUsageObserverUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
    4141MemoryUsageObserverUnitTest_LDADD = ../libmolecuilder.a
     42
     43LogUnitTest_SOURCES = ../errorLogger.cpp ../errorLogger.hpp ../log.cpp ../log.hpp ../logger.cpp ../logger.hpp logunittest.cpp logunittest.hpp
     44LogUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
     45LogUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
     46LogUnitTest_LDADD = ../libmolecuilder.a
Note: See TracChangeset for help on using the changeset viewer.