summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2013-12-16 11:43:22 +0100
committerWerner Koch <wk@gnupg.org>2013-12-16 11:49:05 +0100
commita6b9304a889397ac98e1c2c4ac3e178669d94492 (patch)
tree690e96f72f80471cf49b3cfa864a5124ecdf0623 /README
parent5a7ce59396fe56f0d681df314bfbdb5f7732d4b1 (diff)
downloadlibgcrypt-a6b9304a889397ac98e1c2c4ac3e178669d94492.tar.gz
Add configure option --enable-large-data-tests.
* configure.ac: Add option --enable-large-data-tests. * tests/hashtest-256g.in: New. * tests/Makefile.am (EXTRA_DIST): Add hashtest-256g.in. (TESTS): Split up into tests_bin, tests_bin_last, tests_sh, and tests_sh_last. (tests_sh_last): Add hashtest-256g (noinst_PROGRAMS): Add only tests_bin and tests_bin_last. (bench-slope.log, hashtest-256g.log): New rules to enforce serial run. Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index ff3ce9ce..558e008a 100644
--- a/README
+++ b/README
@@ -80,6 +80,10 @@
Here is a list of configure options which are sometimes useful
for installation.
+ --enable-large-data-tests
+ With this option a "make check" will take really
+ long due to extra checks for the hash algorithms.
+
--enable-m-guard
Enable the integrated malloc checking code. Please
note that this feature does not work on all CPUs