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