Changeset a250e1 in git for libpolys/coeffs/Makefile.am


Ignore:
Timestamp:
Nov 21, 2011, 3:03:13 AM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
a6e550e2a4d0c172e369eedbf17d1cce1e49ef2a
Parents:
27ba59ded4b41a0e73f98a87edfe7fa8a95c2046
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-21 03:03:13+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-23 01:56:36+01:00
Message:
static and dynamic tests for libpolys/coeffs/

ADD: more test variants: static & dynamic in addition to debug & release (libpolys/coeffs)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/Makefile.am

    r27ba59 ra250e1  
    4949
    5050
    51 TESTS = testg testr
     51TESTS = test_s_g test_s_r test_d_g test_d_r
    5252check_PROGRAMS = $(TESTS)
    5353
    54 testr_SOURCES = test.cc
    55 testg_SOURCES = test.cc
     54test_s_r_SOURCES = test.cc
     55test_s_g_SOURCES = test.cc
    5656
    57 testr_LDADD = -lcoeffs -lresources -lreporter -lmisc ${FACTORY_LIBS} -lomalloc ${NTL_LIBS} ${GMP_LIBS}
    58 testg_LDADD = -lcoeffs_g -lresources_g -lreporter_g -lmisc_g ${FACTORY_LIBS} -lomalloc_g ${NTL_LIBS} ${GMP_LIBS}
     57test_d_r_SOURCES = test.cc
     58test_d_g_SOURCES = test.cc
    5959
    6060
    61 testr_CFLAGS = -O3 -fomit-frame-pointer ${PIPE}
    62 testg_CFLAGS = ${PIPE}
     61test_s_r_LDADD = -lcoeffs -lresources -lreporter -lmisc ${FACTORY_LIBS} -lomalloc ${NTL_LIBS} ${GMP_LIBS}
     62test_s_g_LDADD = -lcoeffs_g -lresources_g -lreporter_g -lmisc_g ${FACTORY_LIBS} -lomalloc_g ${NTL_LIBS} ${GMP_LIBS}
    6363
    64 testr_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS}
     64test_d_r_LDADD = -lcoeffs -lresources -lreporter -lmisc ${FACTORY_LIBS} -lomalloc ${NTL_LIBS} ${GMP_LIBS}
     65test_d_g_LDADD = -lcoeffs_g -lresources_g -lreporter_g -lmisc_g ${FACTORY_LIBS} -lomalloc_g ${NTL_LIBS} ${GMP_LIBS}
     66
     67
     68test_s_r_CFLAGS = -O3 -fomit-frame-pointer ${PIPE}
     69test_s_g_CFLAGS = ${PIPE}
     70
     71test_d_r_CFLAGS = -O3 -fomit-frame-pointer ${PIPE}
     72test_d_g_CFLAGS = ${PIPE}
     73
     74test_s_r_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS}
    6575# -fimplicit-templates
    66 testg_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
     76test_s_g_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
    6777# -fimplicit-templates
    6878# -fdiagnostics-show-option
    6979
    70 testr_CPPFLAGS = -DNDEBUG -DOM_NDEBUG
    71 testg_CPPFLAGS =
     80
     81test_d_r_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS}
     82test_d_g_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
     83
     84test_s_r_CPPFLAGS = -DNDEBUG -DOM_NDEBUG
     85test_s_g_CPPFLAGS =
     86
     87test_d_r_CPPFLAGS = -DNDEBUG -DOM_NDEBUG
     88test_d_g_CPPFLAGS =
    7289
    7390
     91test_s_r_LDFLAGS = -static
     92test_s_g_LDFLAGS = -static
Note: See TracChangeset for help on using the changeset viewer.