Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/Makefile.am

    re9c677 rdcea0f  
    1111  AnalysisPairCorrelationUnitTest \
    1212  BondGraphUnitTest \
     13  CountBondsUnitTest \
    1314  GSLMatrixSymmetricUnitTest \
    1415  GSLMatrixUnitTest \
     
    1617  InfoUnitTest \
    1718  LinearSystemOfEquationsUnitTest \
     19  LinkedCellUnitTest \
    1820  ListOfBondsUnitTest \
    1921  LogUnitTest \
     
    4749BondGraphUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
    4850
     51CountBondsUnitTest_SOURCES = CountBondsUnitTest.cpp CountBondsUnitTest.hpp
     52CountBondsUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
     53
    4954GSLMatrixSymmetricUnitTest_SOURCES = gslmatrixsymmetricunittest.cpp gslmatrixsymmetricunittest.hpp
    5055GSLMatrixSymmetricUnitTest_LDADD = ../libgslwrapper.a
     
    6065
    6166LinearSystemOfEquationsUnitTest_SOURCES = linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp
    62 LinearSystemOfEquationsUnitTest_LDADD = ../libgslwrapper.a ../libmolecuilder.a
     67LinearSystemOfEquationsUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
     68
     69LinkedCellUnitTest_SOURCES = LinkedCellUnitTest.cpp LinkedCellUnitTest.hpp
     70LinkedCellUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
    6371
    6472ListOfBondsUnitTest_SOURCES = listofbondsunittest.cpp listofbondsunittest.hpp
Note: See TracChangeset for help on using the changeset viewer.