Changeset 17228e in git for libpolys/tests/Makefile.am


Ignore:
Timestamp:
Aug 28, 2012, 4:05:32 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
416d764e7326c901a0dba0121b59e2e7901d1090
Parents:
05051f9850bc9dcf9b7747cbc3bf2bd96bf76d7f
Message:
fix: make check (for non-dbug version)
removed: static.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/tests/Makefile.am

    r05051f r17228e  
    33AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} -I${top_srcdir}/../factory/include -I${top_builddir}/../factory/include ${FACTORY_CFLAGS} ${GMP_CFLAGS} ${NTL_CFLAGS}
    44
     5if WANT_DEBUG
    56TESTS = simple_test \
    67    coeffs_test_s_r coeffs_test_s_g coeffs_test_d_r coeffs_test_d_g \
    78    polys_test_s_r polys_test_s_g polys_test_d_r polys_test_d_g \
    89    rings_test_s_r rings_test_s_g rings_test_d_r rings_test_d_g
     10else
     11TESTS = simple_test \
     12    coeffs_test_s_r coeffs_test_d_r \
     13    polys_test_s_r polys_test_d_r \
     14    rings_test_s_r rings_test_d_r
     15endif
    916
    1017check_PROGRAMS = $(TESTS)
Note: See TracChangeset for help on using the changeset viewer.