Changeset 4f684a in git for libpolys/tests/Makefile.am


Ignore:
Timestamp:
Apr 18, 2011, 9:06:26 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0ffdec76b9340ac8c557e00b7c25bf36046ecf5b
Parents:
845729b0cdf699d3eba18bc144ad8e14f46e1c99
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-04-18 21:06:26+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:17+01:00
Message:
ADD: unit tests for polys
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/tests/Makefile.am

    r845729b r4f684a  
    22
    33## for testing...
    4 AM_LDFLAGS = -L${top_builddir}/coeffs -L${top_builddir}/reporter -L${top_builddir}/resources -L${top_builddir}/misc -L${top_builddir}/../omalloc
     4AM_LDFLAGS = -L${top_builddir}/polys -L${top_builddir}/coeffs -L${top_builddir}/reporter -L${top_builddir}/resources -L${top_builddir}/misc -L${top_builddir}/../omalloc
    55
    66
     
    1414INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${srcdir} ${GMP_CFLAGS}
    1515
    16 TESTS = simple_test coeffs_test
     16
     17TESTS = simple_test coeffs_test polys_test
    1718check_PROGRAMS = $(TESTS)
    1819
    1920simple_test_SOURCES = simple_test_runner.cpp
    20 
    2121coeffs_test_SOURCES = coeffs_test_runner.cpp
     22polys_test_SOURCES = polys_test_runner.cpp
    2223
    2324coeffs_test_LDADD = -lcoeffs_g ${GMP_LIBS} -lresources_g -lreporter_g -lmisc -lomalloc_debug
     25polys_test_LDADD = -lpolys_g $(coeffs_test_LDADD)
    2426
    2527
    26 BUILT_SOURCES = $(simple_test_SOURCES) $(coeffs_test_SOURCES)
     28BUILT_SOURCES = $(simple_test_SOURCES) $(coeffs_test_SOURCES) $(polys_test_SOURCES)
    2729
    2830
     
    3335coeffs_test_runner.cpp: coeffs_test.h
    3436        ${srcdir}/cxxtestgen.pl --no-eh -o $@ --error-printer $^
     37
     38polys_test_runner.cpp: polys_test.h
     39        ${srcdir}/cxxtestgen.pl --no-eh -o $@ --error-printer $^
Note: See TracChangeset for help on using the changeset viewer.