Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/Makefile.am

    re9c677 r8725ed  
    44AM_CXXFLAGS = $(CPPUNIT_CFLAGS)
    55
    6 TESTS = \
    7   ActOnAllUnitTest \
    8   AnalysisBondsUnitTests \
    9   AnalysisCorrelationToPointUnitTest \
    10   AnalysisCorrelationToSurfaceUnitTest \
    11   AnalysisPairCorrelationUnitTest \
    12   BondGraphUnitTest \
    13   GSLMatrixSymmetricUnitTest \
    14   GSLMatrixUnitTest \
    15   GSLVectorUnitTest \
    16   InfoUnitTest \
    17   LinearSystemOfEquationsUnitTest \
    18   ListOfBondsUnitTest \
    19   LogUnitTest \
    20   MemoryUsageObserverUnitTest \
    21   MemoryAllocatorUnitTest \
    22   StackClassUnitTest \
    23   TesselationUnitTest \
    24   Tesselation_BoundaryTriangleUnitTest \
    25   Tesselation_InOutsideUnitTest \
    26   VectorUnitTest
    27  
     6TESTS = ActOnAllUnitTest AnalysisBondsUnitTests AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest BondGraphUnitTest InfoUnitTest ListOfBondsUnitTest LogUnitTest MemoryUsageObserverUnitTest MemoryAllocatorUnitTest StackClassUnitTest VectorUnitTest
    287check_PROGRAMS = $(TESTS)
    298noinst_PROGRAMS = $(TESTS)
    309
    3110ActOnAllUnitTest_SOURCES = ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp
    32 ActOnAllUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
     11ActOnAllUnitTest_LDADD = ../libmolecuilder.a
    3312
    3413AnalysisBondsUnitTests_SOURCES = analysisbondsunittest.cpp analysisbondsunittest.hpp
    35 AnalysisBondsUnitTests_LDADD = ../libmolecuilder.a ../libgslwrapper.a
     14AnalysisBondsUnitTests_LDADD = ../libmolecuilder.a
    3615
    3716AnalysisCorrelationToPointUnitTest_SOURCES = analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
    38 AnalysisCorrelationToPointUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
     17AnalysisCorrelationToPointUnitTest_LDADD = ../libmolecuilder.a
    3918
    4019AnalysisCorrelationToSurfaceUnitTest_SOURCES = analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
    41 AnalysisCorrelationToSurfaceUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
     20AnalysisCorrelationToSurfaceUnitTest_LDADD = ../libmolecuilder.a
    4221
    4322AnalysisPairCorrelationUnitTest_SOURCES = analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
    44 AnalysisPairCorrelationUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
     23AnalysisPairCorrelationUnitTest_LDADD = ../libmolecuilder.a
    4524
    4625BondGraphUnitTest_SOURCES = bondgraphunittest.cpp bondgraphunittest.hpp
    47 BondGraphUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
    48 
    49 GSLMatrixSymmetricUnitTest_SOURCES = gslmatrixsymmetricunittest.cpp gslmatrixsymmetricunittest.hpp
    50 GSLMatrixSymmetricUnitTest_LDADD = ../libgslwrapper.a
    51 
    52 GSLMatrixUnitTest_SOURCES = gslmatrixunittest.cpp gslmatrixunittest.hpp
    53 GSLMatrixUnitTest_LDADD = ../libgslwrapper.a
    54 
    55 GSLVectorUnitTest_SOURCES = gslvectorunittest.cpp gslvectorunittest.hpp
    56 GSLVectorUnitTest_LDADD = ../libgslwrapper.a
     26BondGraphUnitTest_LDADD = ../libmolecuilder.a
    5727
    5828InfoUnitTest_SOURCES = infounittest.cpp infounittest.hpp
    59 InfoUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
    60 
    61 LinearSystemOfEquationsUnitTest_SOURCES = linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp
    62 LinearSystemOfEquationsUnitTest_LDADD = ../libgslwrapper.a ../libmolecuilder.a
     29InfoUnitTest_LDADD = ../libmolecuilder.a
    6330
    6431ListOfBondsUnitTest_SOURCES = listofbondsunittest.cpp listofbondsunittest.hpp
    65 ListOfBondsUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
     32ListOfBondsUnitTest_LDADD = ../libmolecuilder.a
    6633
    6734LogUnitTest_SOURCES = logunittest.cpp logunittest.hpp
    68 LogUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
     35LogUnitTest_LDADD = ../libmolecuilder.a
    6936
    7037MemoryAllocatorUnitTest_SOURCES = memoryallocatorunittest.cpp memoryallocatorunittest.hpp
    71 MemoryAllocatorUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
     38MemoryAllocatorUnitTest_LDADD = ../libmolecuilder.a
    7239
    7340MemoryUsageObserverUnitTest_SOURCES = memoryusageobserverunittest.cpp memoryusageobserverunittest.hpp
    74 MemoryUsageObserverUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
     41MemoryUsageObserverUnitTest_LDADD = ../libmolecuilder.a
    7542
    7643StackClassUnitTest_SOURCES = stackclassunittest.cpp stackclassunittest.hpp
    77 StackClassUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
    78 
    79 TesselationUnitTest_SOURCES = tesselationunittest.cpp tesselationunittest.hpp
    80 TesselationUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
    81 
    82 Tesselation_BoundaryTriangleUnitTest_SOURCES = tesselation_boundarytriangleunittest.cpp tesselation_boundarytriangleunittest.hpp
    83 Tesselation_BoundaryTriangleUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
    84 
    85 Tesselation_InOutsideUnitTest_SOURCES = tesselation_insideoutsideunittest.cpp tesselation_insideoutsideunittest.hpp
    86 Tesselation_InOutsideUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
     44StackClassUnitTest_LDADD = ../libmolecuilder.a
    8745
    8846VectorUnitTest_SOURCES = vectorunittest.cpp vectorunittest.hpp
    89 VectorUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
     47VectorUnitTest_LDADD = ../libmolecuilder.a
    9048
    9149
Note: See TracChangeset for help on using the changeset viewer.