summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2007-05-03 20:32:42 +0000
committerWerner Koch <wk@gnupg.org>2007-05-03 20:32:42 +0000
commit879c0cf8ef86154ff60f53cadf4c28e86ce424a5 (patch)
tree87af539828aaf842f2ea56fb46ac8037a0254581 /tests
parente4d275da014c6e796059346811debc0bcf536d7f (diff)
downloadlibgcrypt-879c0cf8ef86154ff60f53cadf4c28e86ce424a5.tar.gz
Minor fixes for W32
Diffstat (limited to 'tests')
-rw-r--r--tests/ChangeLog4
-rw-r--r--tests/Makefile.am10
2 files changed, 10 insertions, 4 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index bb5329a5..525f66f7 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-03 Werner Koch <wk@g10code.com>
+
+ * Makefile.am (EXTRA_DIST): Do not build pkbench.c
+
2007-05-02 David Shaw <dshaw@jabberwocky.com>
* basic.c (check_ciphers): Add Camellia.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 2c006792..2af4dbdc 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -21,7 +21,8 @@
TESTS = version t-mpi-bit prime register ac ac-schemes ac-data basic \
mpitests tsexp keygen pubkey hmac keygrip
-# random tests forking thus no a test for W32 does not make any sense.
+
+# random.c uses fork() thus a test for W32 does not make any sense.
if !HAVE_W32_SYSTEM
TESTS += random
endif
@@ -37,8 +38,9 @@ AM_CFLAGS = $(GPG_ERROR_CFLAGS)
LDADD = ../src/libgcrypt.la
-# pkbench uses mmap for no good reason. Needs to be fixed. Code for
-# this can be found in libksba/tests.
EXTRA_PROGRAMS = testapi
-noinst_PROGRAMS = $(TESTS) pkbench
+noinst_PROGRAMS = $(TESTS)
+# pkbench uses mmap for no good reason. Needs to be fixed. Code for
+# this can be found in libksba/tests.
+EXTRA_DIST = pkbench.c