source: git/libpolys/tests/Makefile.am @ 4aa8610

spielwiese
Last change on this file since 4aa8610 was 4aa8610, checked in by Mohamed Barakat <mohamed.barakat@…>, 13 years ago
created libpolys/tests and set up the beginning of a test-suite using cxxtest
  • Property mode set to 100644
File size: 776 bytes
Line 
1CXXTEMPLFLAGS = --no-exceptions ## -fno-implicit-templates
2
3## for testing...
4AM_LDFLAGS = -L${top_builddir}/coeffs -L${top_builddir}/reporter -L${top_builddir}/resources -L${top_builddir}/../omalloc -lcoeffs_g -lresources_g -lreporter_g -lomalloc_debug ${GMP_LIBS}
5
6AM_CFLAGS = -g -Wextra -Wall -Wno-long-long ${PIPE}
7## -pedantic
8
9AM_CXXFLAGS = $(AM_CFLAGS) ${CXXTEMPLFLAGS}
10
11AM_CPPFLAGS = -DHAVE_CONFIG_H
12
13INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${srcdir} ${GMP_CFLAGS}
14
15TESTS = simple_test
16check_PROGRAMS = $(TESTS)
17
18simple_test_SOURCES = simple_test_runner.cpp
19
20BUILT_SOURCES = $(simple_test_SOURCES)
21
22# How to generate the test simple_test_runner
23simple_test_runner.cpp: simple_test.h
24        ${srcdir}/cxxtestgen.pl --no-eh -o $@ --error-printer $^
25
Note: See TracBrowser for help on using the repository browser.