demo/Makefile.am
author Peter Kovacs <kpeter@inf.elte.hu>
Fri, 27 Mar 2009 18:49:25 +0100
changeset 605 f53d641aa967
parent 414 5a7dbeaed70e
child 611 eda12d8ac953
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 EXTRA_DIST += \
     2 	demo/CMakeLists.txt \
     3 	demo/digraph.lgf
     4 
     5 if WANT_DEMO
     6 
     7 noinst_PROGRAMS += \
     8 	demo/arg_parser_demo \
     9 	demo/graph_to_eps_demo \
    10 	demo/lgf_demo
    11 
    12 endif WANT_DEMO
    13 
    14 demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
    15 demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
    16 demo_lgf_demo_SOURCES = demo/lgf_demo.cc