tools/Makefile.am
author Peter Kovacs <kpeter@inf.elte.hu>
Mon, 01 Dec 2008 14:23:59 +0100
changeset 403 940587667b47
parent 146 4b42aa24ce12
child 385 50d96f2166d7
permissions -rw-r--r--
Improve test file for Circulation (#175)

- Bug fix: add a missing #include.
- Add compile test for various functions and named parameters.
- Use a smaller digraph with lower bounds.
- Test eight instances instead of two.
- Remove the doc that was for the demo file.
     1 if WANT_TOOLS
     2 
     3 bin_PROGRAMS +=
     4 dist_bin_SCRIPTS += tools/lemon-0.x-to-1.x.sh
     5 
     6 endif WANT_TOOLS