Ignore:
Timestamp:
Mar 11, 2010, 11:32:17 AM (15 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
8a4f12
Parents:
ff1812
Message:

Changed the mutex type used in the Singleton pattern to allow multiple locks in the same thread

Location:
molecuilder/src/unittests
Files:
3 edited

Legend:

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

    rff1812 rabab7e  
    2828  MoleculeDescriptorTest \
    2929  ObserverTest \
     30  SingletonTest \
    3031  StackClassUnitTest \
    3132  TesselationUnitTest \
     
    6768  MoleculeDescriptorTest.cpp \
    6869  ObserverTest.cpp \
     70  SingletonTest.cpp \
    6971  stackclassunittest.cpp \
    7072  tesselationunittest.cpp \
     
    124126MoleculeDescriptorTest_LDADD = ${ALLLIBS}
    125127
     128SingletonTest_SOURCES = UnitTestMain.cpp SingletonTest.cpp SingletonTest.hpp
     129SingletonTest_LDADD = $(BOOST_LIB) ${BOOST_THREAD_LIB}
     130
    126131StackClassUnitTest_SOURCES = UnitTestMain.cpp stackclassunittest.cpp stackclassunittest.hpp
    127132StackClassUnitTest_LDADD = ${ALLLIBS}
  • molecuilder/src/unittests/atomsCalculationTest.cpp

    rff1812 rabab7e  
    2323#include "World_calculations.hpp"
    2424#include "atom.hpp"
     25
     26#ifdef HAVE_TESTRUNNER
     27#include "UnitTestMain.hpp"
     28#endif /*HAVE_TESTRUNNER*/
    2529
    2630// Registers the fixture into the 'registry'
  • molecuilder/src/unittests/manipulateAtomsTest.cpp

    rff1812 rabab7e  
    2121#include "World.hpp"
    2222#include "atom.hpp"
     23
     24#ifdef HAVE_TESTRUNNER
     25#include "UnitTestMain.hpp"
     26#endif /*HAVE_TESTRUNNER*/
    2327
    2428// Registers the fixture into the 'registry'
Note: See TracChangeset for help on using the changeset viewer.