benchmark/Makefile.am
changeset 2235 48801095a410
parent 2119 4cf25c61ea65
child 2244 a28b4e0aa787
     1.1 --- a/benchmark/Makefile.am	Thu Oct 12 10:51:51 2006 +0000
     1.2 +++ b/benchmark/Makefile.am	Thu Oct 12 10:53:25 2006 +0000
     1.3 @@ -1,5 +1,6 @@
     1.4  EXTRA_DIST += \
     1.5  	benchmark/Makefile
     1.6 +	benchmark/edge_lookup_test
     1.7  
     1.8  noinst_HEADERS += benchmark/bench_tools.h
     1.9  
    1.10 @@ -11,7 +12,8 @@
    1.11  	benchmark/swap_bipartite_bench \
    1.12  	benchmark/bfs-bench \
    1.13  	benchmark/radix_sort-bench \
    1.14 -	benchmark/swap_bipartite_bench
    1.15 +	benchmark/swap_bipartite_bench \
    1.16 +	benchmark/edge_lookup
    1.17  
    1.18  endif WANT_BENCHMARK
    1.19  
    1.20 @@ -24,3 +26,5 @@
    1.21  benchmark_radix_sort_bench_SOURCES = benchmark/radix_sort-bench.cc
    1.22  
    1.23  benchmark_swap_bipartite_bench_SOURCES = benchmark/swap_bipartite_bench.cc
    1.24 +
    1.25 +benchmark_edge_lookup_SOURCES = benchmark/edge_lookup.cc