tools/Makefile.am
author Peter Kovacs <kpeter@inf.elte.hu>
Fri, 27 Mar 2009 18:49:25 +0100
changeset 605 f53d641aa967
parent 570 d9e43511d11c
child 721 0cd6d84103a4
permissions -rw-r--r--
Improve timer and counter tests (#253)

- Do not print the output of counter_test.cc.
- Check the output of counter_test.cc.
- Shorten the running time of time_measure_test.cc.
     1 if WANT_TOOLS
     2 
     3 bin_PROGRAMS += \
     4 	tools/dimacs-solver \
     5 	tools/dimacs-to-lgf \
     6 	tools/lgf-gen
     7 
     8 dist_bin_SCRIPTS += tools/lemon-0.x-to-1.x.sh
     9 
    10 endif WANT_TOOLS
    11 
    12 tools_dimacs_solver_SOURCES = tools/dimacs-solver.cc
    13 tools_dimacs_to_lgf_SOURCES = tools/dimacs-to-lgf.cc
    14 tools_lgf_gen_SOURCES = tools/lgf-gen.cc