Changes in src/unittests/Makefile.am [7a1ce5:46d958]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/Makefile.am
r7a1ce5 r46d958 30 30 CacheableTest \ 31 31 DescriptorUnittest \ 32 ${MENUTESTS} 33 32 manipulateAtomsTest \ 33 atomsCalculationTest \ 34 ${MENUTESTS} 35 36 37 34 38 35 39 check_PROGRAMS = $(TESTS) … … 109 113 110 114 DescriptorUnittest_SOURCES = DescriptorUnittest.cpp DescriptorUnittest.hpp 111 DescriptorUnittest_LDADD = ${ALLLIBS} 115 DescriptorUnittest_LDADD = ${ALLLIBS} 116 117 manipulateAtomsTest_SOURCES = manipulateAtomsTest.cpp manipulateAtomsTest.hpp 118 manipulateAtomsTest_LDADD = ${ALLLIBS} 119 120 atomsCalculationTest_SOURCES = atomsCalculationTest.cpp atomsCalculationTest.hpp 121 atomsCalculationTest_LDADD = ${ALLLIBS} 112 122 113 123 #AUTOMAKE_OPTIONS = parallel-tests
Note:
See TracChangeset
for help on using the changeset viewer.