Changes in src/unittests/Makefile.am [dcea0f:e9c677]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/Makefile.am
rdcea0f re9c677 11 11 AnalysisPairCorrelationUnitTest \ 12 12 BondGraphUnitTest \ 13 CountBondsUnitTest \14 13 GSLMatrixSymmetricUnitTest \ 15 14 GSLMatrixUnitTest \ … … 17 16 InfoUnitTest \ 18 17 LinearSystemOfEquationsUnitTest \ 19 LinkedCellUnitTest \20 18 ListOfBondsUnitTest \ 21 19 LogUnitTest \ … … 49 47 BondGraphUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a 50 48 51 CountBondsUnitTest_SOURCES = CountBondsUnitTest.cpp CountBondsUnitTest.hpp52 CountBondsUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a53 54 49 GSLMatrixSymmetricUnitTest_SOURCES = gslmatrixsymmetricunittest.cpp gslmatrixsymmetricunittest.hpp 55 50 GSLMatrixSymmetricUnitTest_LDADD = ../libgslwrapper.a … … 65 60 66 61 LinearSystemOfEquationsUnitTest_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 62 LinearSystemOfEquationsUnitTest_LDADD = ../libgslwrapper.a ../libmolecuilder.a 71 63 72 64 ListOfBondsUnitTest_SOURCES = listofbondsunittest.cpp listofbondsunittest.hpp
Note:
See TracChangeset
for help on using the changeset viewer.