benchmark/Makefile.am
author Peter Kovacs <kpeter@inf.elte.hu>
Tue, 18 Mar 2008 13:57:15 +0100
changeset 94 a4688e4138ec
child 146 4b42aa24ce12
permissions -rw-r--r--
Fixes in the map concepts

- Now Value type needn't be default constructible.
- Extend the test file to check this.
ladanyi@1
     1
EXTRA_DIST += \
ladanyi@1
     2
        benchmark/Makefile
ladanyi@1
     3
ladanyi@1
     4
if WANT_BENCHMARK
ladanyi@1
     5
ladanyi@1
     6
noinst_HEADERS +=
ladanyi@1
     7
ladanyi@1
     8
noinst_PROGRAMS +=
ladanyi@1
     9
ladanyi@1
    10
endif WANT_BENCHMARK