benchmark/Makefile.am
changeset 2244 a28b4e0aa787
parent 2235 48801095a410
child 2341 46a6311ceffa
     1.1 --- a/benchmark/Makefile.am	Tue Oct 17 10:31:20 2006 +0000
     1.2 +++ b/benchmark/Makefile.am	Tue Oct 17 10:32:12 2006 +0000
     1.3 @@ -13,6 +13,7 @@
     1.4  	benchmark/bfs-bench \
     1.5  	benchmark/radix_sort-bench \
     1.6  	benchmark/swap_bipartite_bench \
     1.7 +	benchmark/random_bench \
     1.8  	benchmark/edge_lookup
     1.9  
    1.10  endif WANT_BENCHMARK
    1.11 @@ -27,4 +28,6 @@
    1.12  
    1.13  benchmark_swap_bipartite_bench_SOURCES = benchmark/swap_bipartite_bench.cc
    1.14  
    1.15 +benchmark_random_bench_SOURCES = benchmark/random_bench.cc
    1.16 +
    1.17  benchmark_edge_lookup_SOURCES = benchmark/edge_lookup.cc