Changeset 6444d6 in git
- Timestamp:
- Sep 18, 2014, 3:25:19 PM (9 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- c4bb27c09adeb80e50299f3a1b67a1ab17323273
- Parents:
- e2534678b182c145067225edf9756f2ddbbece48
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/Makefile.am
re25346 r6444d6 282 282 283 283 test_SOURCES = test.cc 284 test_LDADD = libfactory.la 284 test_LDADD = libfactory.la ../resources/libresources.la 285 285 286 286 #################################################### -
libpolys/polys/Makefile.am
re25346 r6444d6 123 123 check_PROGRAMS = $(TESTS) 124 124 125 test_LDADD=libpolys.la 125 test_LDADD=libpolys.la ../../resources/libresources.la ../../omalloc/libomalloc.la 126 126 test_SOURCES=test.cc 127 127 -
libpolys/tests/Makefile.am
re25346 r6444d6 19 19 20 20 coeffs_test_LDADD = ${top_builddir}/coeffs/libcoeffs.la 21 polys_test_LDADD = ${top_builddir}/polys/libpolys.la 21 polys_test_LDADD = ${top_builddir}/polys/libpolys.la ../../resources/libresources.la ../../omalloc/libomalloc.la 22 22 rings_test_LDADD = $(polys_test_LDADD) 23 23
Note: See TracChangeset
for help on using the changeset viewer.