Changeset bd8561 for molecuilder/src
- Timestamp:
- Apr 9, 2010, 10:14:20 AM (15 years ago)
- Children:
- ef016c
- Parents:
- 6dd8d3
- Location:
- molecuilder/src/unittests
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/Makefile.am
r6dd8d3 rbd8561 17 17 InfoUnitTest \ 18 18 LinearSystemOfEquationsUnitTest \ 19 LinkedCellUnitTest \ 19 20 ListOfBondsUnitTest \ 20 21 LogUnitTest \ … … 64 65 65 66 LinearSystemOfEquationsUnitTest_SOURCES = linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp 66 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 67 71 68 72 ListOfBondsUnitTest_SOURCES = listofbondsunittest.cpp listofbondsunittest.hpp
Note:
See TracChangeset
for help on using the changeset viewer.