Changeset 8480db in git
- Timestamp:
- Apr 21, 2011, 3:06:00 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- fd22bf063ff4bba117be3d9c4daf1c7827190a83
- Parents:
- 95c1fa73e70651877b9d8e972efa22bb3451547f
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-04-21 15:06:00+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:26+01:00
- Location:
- libpolys/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/tests/Makefile.am
r95c1fa r8480db 26 26 ### TODO -> ${LD_LIBS} ??? instead of -ldl, 27 27 ### add it to AM_LDFLAGS? 28 USE_P_PROCS_DYNAMIC_LD = -ldl 28 USEPPROCSDYNAMICLD = -ldl 29 USEPPROCSDYNAMICLDFLAGS = -rdynamic 29 30 else 30 USE_P_PROCS_DYNAMIC_LD = 31 USEPPROCSDYNAMICLD = 32 USEPPROCSDYNAMICLDFLAGS = 31 33 endif 32 34 35 polys_test_LDFLAGS = $(USEPPROCSDYNAMICLDFLAGS) 33 36 34 coeffs_test_LDADD = -lcoeffs_g ${GMP_LIBS} -lresources_g -lreporter_g -lmisc -lomalloc_debug 35 polys_test_LDADD = -lpolys_g $(USE_P_PROCS_DYNAMIC_LD) $(coeffs_test_LDADD) 37 coeffs_test_LDADD = -lcoeffs_g ${GMP_LIBS} -lresources_g -lreporter_g -lmisc_g -lomalloc_debug 38 polys_test_LDADD = -lpolys_g $(USEPPROCSDYNAMICLD) $(coeffs_test_LDADD) 39 36 40 37 41 -
libpolys/tests/coeffs_test.h
r95c1fa r8480db 207 207 if( r->cfCoeffWrite != NULL ) 208 208 { 209 clog << "Coeff-domain: " << endl; 209 210 n_CoeffWrite(r); PrintLn(); 210 211 }
Note: See TracChangeset
for help on using the changeset viewer.