Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/Makefile.am

    rdcea0f re9c677  
    1111  AnalysisPairCorrelationUnitTest \
    1212  BondGraphUnitTest \
    13   CountBondsUnitTest \
    1413  GSLMatrixSymmetricUnitTest \
    1514  GSLMatrixUnitTest \
     
    1716  InfoUnitTest \
    1817  LinearSystemOfEquationsUnitTest \
    19   LinkedCellUnitTest \
    2018  ListOfBondsUnitTest \
    2119  LogUnitTest \
     
    4947BondGraphUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
    5048
    51 CountBondsUnitTest_SOURCES = CountBondsUnitTest.cpp CountBondsUnitTest.hpp
    52 CountBondsUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
    53 
    5449GSLMatrixSymmetricUnitTest_SOURCES = gslmatrixsymmetricunittest.cpp gslmatrixsymmetricunittest.hpp
    5550GSLMatrixSymmetricUnitTest_LDADD = ../libgslwrapper.a
     
    6560
    6661LinearSystemOfEquationsUnitTest_SOURCES = linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp
    67 LinearSystemOfEquationsUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
    68 
    69 LinkedCellUnitTest_SOURCES = LinkedCellUnitTest.cpp LinkedCellUnitTest.hpp
    70 LinkedCellUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
     62LinearSystemOfEquationsUnitTest_LDADD = ../libgslwrapper.a ../libmolecuilder.a
    7163
    7264ListOfBondsUnitTest_SOURCES = listofbondsunittest.cpp listofbondsunittest.hpp
Note: See TracChangeset for help on using the changeset viewer.