Changeset 3199ac in git for libpolys/tests


Ignore:
Timestamp:
May 18, 2011, 8:19:31 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
148d3c87069f28064e302e9ab8ccdf358596c84f
Parents:
99ae0c026dcf2240aeab92b95e166bfc5ed46566
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-18 20:19:31+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:08+01:00
Message:
FIX: "make install" installs factory/gftables
FIX: out of tree building of tests (generation of runner )
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/tests/Makefile.am

    r99ae0c r3199ac  
    5353# How to generate *_runner.cpp
    5454simple_test_runner.cpp: simple_test.h
    55         ${srcdir}/cxxtestgen.pl --no-eh -o $@ --error-printer simple_test.h
     55        ${srcdir}/cxxtestgen.pl --no-eh -o $@ --error-printer ${srcdir}/simple_test.h
    5656
    5757coeffs_test_runner.cpp: coeffs_test.h
    58         ${srcdir}/cxxtestgen.pl --no-eh -o $@ --error-printer coeffs_test.h
     58        ${srcdir}/cxxtestgen.pl --no-eh -o $@ --error-printer ${srcdir}/coeffs_test.h
    5959
    6060polys_test_runner.cpp: polys_test.h
    61         ${srcdir}/cxxtestgen.pl --no-eh -o $@ --error-printer polys_test.h
     61        ${srcdir}/cxxtestgen.pl --no-eh -o $@ --error-printer ${srcdir}/polys_test.h
    6262
    6363rings_test_runner.cpp: rings_test.h
    64         ${srcdir}/cxxtestgen.pl --no-eh -o $@ --error-printer rings_test.h
     64        ${srcdir}/cxxtestgen.pl --no-eh -o $@ --error-printer ${srcdir}/rings_test.h
Note: See TracChangeset for help on using the changeset viewer.