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