Changeset 8872ef in git for libpolys/coeffs


Ignore:
Timestamp:
May 23, 2011, 6:15:06 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e14941cb3862f30b460fab62e0c485f193ab781a
Parents:
6b61be3f07f87c754ee15d7bb06800f58b963592
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-23 18:15:06+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:48+01:00
Message:
FIX: enable testing without factory
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/Makefile.am

    r6b61be r8872ef  
    3838
    3939
     40if ENABLE_FACTORY
     41  USE_FACTORY = -L${top_builddir}/../factory
     42else
     43  USE_FACTORY =
     44endif
    4045
    4146## for testing...
    42 AM_LDFLAGS      = -L${top_builddir}/coeffs -L${top_builddir}/reporter -L${top_builddir}/resources -L${top_builddir}/misc -L${top_builddir}/../factory -L${top_builddir}/../omalloc
     47AM_LDFLAGS = -L${top_builddir}/coeffs -L${top_builddir}/reporter -L${top_builddir}/resources -L${top_builddir}/misc ${USE_FACTORY} -L${top_builddir}/../omalloc
    4348
    44 check_PROGRAMS = test test-g
    4549
    46 test_SOURCES   = test.cc
    47 test_g_SOURCES = test.cc
     50TESTS = test test-g
     51check_PROGRAMS = $(TESTS)
     52
     53test_SOURCES   = test.cc gftables
     54test_g_SOURCES = test.cc gftables
    4855
    4956test_LDADD   = -lcoeffs ${GMP_LIBS} ${NTL_LIBS} -lresources -lreporter -lmisc ${FACTORY_LIBS} -lomalloc
     
    6168test_CPPFLAGS   = -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H
    6269test_g_CPPFLAGS = -DHAVE_CONFIG_H
     70
     71gftables: ${top_srcdir}/../factory/gftables
     72        ln -snf ${top_srcdir}/../factory/gftables ${builddir}
Note: See TracChangeset for help on using the changeset viewer.