From 70540418cbe28a96a4c7420f83e049a03d7b7733 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 18 Jan 2006 13:02:28 +0000 Subject: [PATCH] Add to TESTS variable, for mingw32. --- ChangeLog | 13 +++++++++++++ modules/arcfour-tests | 2 +- modules/arctwo-tests | 2 +- modules/crc-tests | 2 +- modules/des-tests | 2 +- modules/gc-arcfour-tests | 2 +- modules/gc-arctwo-tests | 2 +- modules/gc-des-tests | 2 +- modules/gc-hmac-md5-tests | 2 +- modules/gc-hmac-sha1-tests | 2 +- modules/gc-md2-tests | 2 +- modules/gc-md4-tests | 2 +- modules/gc-md5-tests | 2 +- modules/gc-pbkdf2-sha1-tests | 2 +- modules/gc-rijndael-tests | 2 +- modules/gc-sha1-tests | 2 +- modules/gc-tests | 2 +- modules/hmac-md5-tests | 2 +- modules/hmac-sha1-tests | 2 +- modules/md2-tests | 2 +- modules/md4-tests | 2 +- modules/md5-tests | 2 +- modules/rijndael-tests | 2 +- 23 files changed, 35 insertions(+), 22 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9899831a76..5fe0afdb66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2006-01-18 Simon Josefsson + + * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests, + modules/des-tests, modules/gc-arcfour-tests, + modules/gc-arctwo-tests, modules/gc-des-tests, + modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests, + modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests, + modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests, + modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests, + modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests, + modules/md5-tests, modules/readline, modules/rijndael-tests: Add + $(EXEEXT) to automake TESTS variable, for mingw32. + 2006-01-18 Simon Josefsson * modules/socklen (Depends-on): Depend on sys_socket. diff --git a/modules/arcfour-tests b/modules/arcfour-tests index 9e9fff7d02..ec9fe3f8b9 100644 --- a/modules/arcfour-tests +++ b/modules/arcfour-tests @@ -6,6 +6,6 @@ Depends-on: configure.ac: Makefile.am: -TESTS += test-arcfour +TESTS += test-arcfour$(EXEEXT) noinst_PROGRAMS += test-arcfour test_arcfour_SOURCES = test-arcfour.c diff --git a/modules/arctwo-tests b/modules/arctwo-tests index fa5b24269c..dc2b3f803c 100644 --- a/modules/arctwo-tests +++ b/modules/arctwo-tests @@ -6,6 +6,6 @@ Depends-on: configure.ac: Makefile.am: -TESTS += test-arctwo +TESTS += test-arctwo$(EXEEXT) noinst_PROGRAMS += test-arctwo test_arctwo_SOURCES = test-arctwo.c diff --git a/modules/crc-tests b/modules/crc-tests index b6ba6e3239..0e57b6e1fc 100644 --- a/modules/crc-tests +++ b/modules/crc-tests @@ -6,6 +6,6 @@ Depends-on: configure.ac: Makefile.am: -TESTS += test-crc +TESTS += test-crc$(EXEEXT) noinst_PROGRAMS += test-crc test_crc_SOURCES = test-crc.c diff --git a/modules/des-tests b/modules/des-tests index db29a99ce2..1dfd3f68e3 100644 --- a/modules/des-tests +++ b/modules/des-tests @@ -6,7 +6,7 @@ Depends-on: configure.ac: Makefile.am: -TESTS += test-des +TESTS += test-des$(EXEEXT) noinst_PROGRAMS += test-des test_des_SOURCES = test-des.c diff --git a/modules/gc-arcfour-tests b/modules/gc-arcfour-tests index a760eeb13b..d418b37bf1 100644 --- a/modules/gc-arcfour-tests +++ b/modules/gc-arcfour-tests @@ -6,7 +6,7 @@ Depends-on: configure.ac: Makefile.am: -TESTS += test-gc-arcfour +TESTS += test-gc-arcfour$(EXEEXT) noinst_PROGRAMS += test-gc-arcfour test_gc_arcfour_SOURCES = test-gc-arcfour.c diff --git a/modules/gc-arctwo-tests b/modules/gc-arctwo-tests index 21a7fd1ff7..7df7586dea 100644 --- a/modules/gc-arctwo-tests +++ b/modules/gc-arctwo-tests @@ -6,7 +6,7 @@ Depends-on: configure.ac: Makefile.am: -TESTS += test-gc-arctwo +TESTS += test-gc-arctwo$(EXEEXT) noinst_PROGRAMS += test-gc-arctwo test_gc_arctwo_SOURCES = test-gc-arctwo.c diff --git a/modules/gc-des-tests b/modules/gc-des-tests index 607fce36f9..eaf2bceb39 100644 --- a/modules/gc-des-tests +++ b/modules/gc-des-tests @@ -6,7 +6,7 @@ Depends-on: configure.ac: Makefile.am: -TESTS += test-gc-des +TESTS += test-gc-des$(EXEEXT) noinst_PROGRAMS += test-gc-des test_gc_des_SOURCES = test-gc-des.c diff --git a/modules/gc-hmac-md5-tests b/modules/gc-hmac-md5-tests index 7e14ff2c80..b209e13232 100644 --- a/modules/gc-hmac-md5-tests +++ b/modules/gc-hmac-md5-tests @@ -6,7 +6,7 @@ Depends-on: configure.ac: Makefile.am: -TESTS += test-gc-hmac-md5 +TESTS += test-gc-hmac-md5$(EXEEXT) noinst_PROGRAMS += test-gc-hmac-md5 test_gc_hmac_md5_SOURCES = test-gc-hmac-md5.c diff --git a/modules/gc-hmac-sha1-tests b/modules/gc-hmac-sha1-tests index 8da3b8ff17..f23d720996 100644 --- a/modules/gc-hmac-sha1-tests +++ b/modules/gc-hmac-sha1-tests @@ -6,7 +6,7 @@ Depends-on: configure.ac: Makefile.am: -TESTS += test-gc-hmac-sha1 +TESTS += test-gc-hmac-sha1$(EXEEXT) noinst_PROGRAMS += test-gc-hmac-sha1 test_gc_hmac_sha1_SOURCES = test-gc-hmac-sha1.c diff --git a/modules/gc-md2-tests b/modules/gc-md2-tests index 739e27994b..8dd4a7cc41 100644 --- a/modules/gc-md2-tests +++ b/modules/gc-md2-tests @@ -6,7 +6,7 @@ Depends-on: configure.ac: Makefile.am: -TESTS += test-gc-md2 +TESTS += test-gc-md2$(EXEEXT) noinst_PROGRAMS += test-gc-md2 test_gc_md2_SOURCES = test-gc-md2.c diff --git a/modules/gc-md4-tests b/modules/gc-md4-tests index d10a2d6e7c..7f0cb23ee5 100644 --- a/modules/gc-md4-tests +++ b/modules/gc-md4-tests @@ -6,7 +6,7 @@ Depends-on: configure.ac: Makefile.am: -TESTS += test-gc-md4 +TESTS += test-gc-md4$(EXEEXT) noinst_PROGRAMS += test-gc-md4 test_gc_md4_SOURCES = test-gc-md4.c diff --git a/modules/gc-md5-tests b/modules/gc-md5-tests index 52e2d2adf5..b443be19f9 100644 --- a/modules/gc-md5-tests +++ b/modules/gc-md5-tests @@ -6,7 +6,7 @@ Depends-on: configure.ac: Makefile.am: -TESTS += test-gc-md5 +TESTS += test-gc-md5$(EXEEXT) noinst_PROGRAMS += test-gc-md5 test_gc_md5_SOURCES = test-gc-md5.c diff --git a/modules/gc-pbkdf2-sha1-tests b/modules/gc-pbkdf2-sha1-tests index ec22acbb02..b6a94172b2 100644 --- a/modules/gc-pbkdf2-sha1-tests +++ b/modules/gc-pbkdf2-sha1-tests @@ -6,7 +6,7 @@ Depends-on: configure.ac: Makefile.am: -TESTS += test-gc-pbkdf2-sha1 +TESTS += test-gc-pbkdf2-sha1$(EXEEXT) noinst_PROGRAMS += test-gc-pbkdf2-sha1 test_gc_pbkdf2_sha1_SOURCES = test-gc-pbkdf2-sha1.c diff --git a/modules/gc-rijndael-tests b/modules/gc-rijndael-tests index c72ad076bd..c757372040 100644 --- a/modules/gc-rijndael-tests +++ b/modules/gc-rijndael-tests @@ -6,7 +6,7 @@ Depends-on: configure.ac: Makefile.am: -TESTS += test-gc-rijndael +TESTS += test-gc-rijndael$(EXEEXT) noinst_PROGRAMS += test-gc-rijndael test_gc_rijndael_SOURCES = test-gc-rijndael.c diff --git a/modules/gc-sha1-tests b/modules/gc-sha1-tests index 990d5ee97f..b225615327 100644 --- a/modules/gc-sha1-tests +++ b/modules/gc-sha1-tests @@ -6,7 +6,7 @@ Depends-on: configure.ac: Makefile.am: -TESTS += test-gc-sha1 +TESTS += test-gc-sha1$(EXEEXT) noinst_PROGRAMS += test-gc-sha1 test_gc_sha1_SOURCES = test-gc-sha1.c diff --git a/modules/gc-tests b/modules/gc-tests index fbd25859ca..a50a73a09c 100644 --- a/modules/gc-tests +++ b/modules/gc-tests @@ -6,7 +6,7 @@ Depends-on: configure.ac: Makefile.am: -TESTS += test-gc +TESTS += test-gc$(EXEEXT) noinst_PROGRAMS += test-gc test_gc_SOURCES = test-gc.c diff --git a/modules/hmac-md5-tests b/modules/hmac-md5-tests index 99a5996eb1..9715b3fdc5 100644 --- a/modules/hmac-md5-tests +++ b/modules/hmac-md5-tests @@ -6,6 +6,6 @@ Depends-on: configure.ac: Makefile.am: -TESTS += test-hmac-md5 +TESTS += test-hmac-md5$(EXEEXT) noinst_PROGRAMS += test-hmac-md5 test_hmac_md5_SOURCES = test-hmac-md5.c diff --git a/modules/hmac-sha1-tests b/modules/hmac-sha1-tests index 0519c34cff..3fae99dd17 100644 --- a/modules/hmac-sha1-tests +++ b/modules/hmac-sha1-tests @@ -6,6 +6,6 @@ Depends-on: configure.ac: Makefile.am: -TESTS += test-hmac-sha1 +TESTS += test-hmac-sha1$(EXEEXT) noinst_PROGRAMS += test-hmac-sha1 test_hmac_sha1_SOURCES = test-hmac-sha1.c diff --git a/modules/md2-tests b/modules/md2-tests index efa994f05f..6dd8883d4a 100644 --- a/modules/md2-tests +++ b/modules/md2-tests @@ -6,7 +6,7 @@ Depends-on: configure.ac: Makefile.am: -TESTS += test-md2 +TESTS += test-md2$(EXEEXT) noinst_PROGRAMS += test-md2 test_md2_SOURCES = test-md2.c diff --git a/modules/md4-tests b/modules/md4-tests index 4e1b284088..f08d46d470 100644 --- a/modules/md4-tests +++ b/modules/md4-tests @@ -6,7 +6,7 @@ Depends-on: configure.ac: Makefile.am: -TESTS += test-md4 +TESTS += test-md4$(EXEEXT) noinst_PROGRAMS += test-md4 test_md4_SOURCES = test-md4.c diff --git a/modules/md5-tests b/modules/md5-tests index 95b62a0b89..7e9500d099 100644 --- a/modules/md5-tests +++ b/modules/md5-tests @@ -6,6 +6,6 @@ Depends-on: configure.ac: Makefile.am: -TESTS += test-md5 +TESTS += test-md5$(EXEEXT) noinst_PROGRAMS += test-md5 test_md5_SOURCES = test-md5.c diff --git a/modules/rijndael-tests b/modules/rijndael-tests index 8a8c3a7455..d435962084 100644 --- a/modules/rijndael-tests +++ b/modules/rijndael-tests @@ -6,6 +6,6 @@ Depends-on: configure.ac: Makefile.am: -TESTS += test-rijndael +TESTS += test-rijndael$(EXEEXT) noinst_PROGRAMS += test-rijndael test_rijndael_SOURCES = test-rijndael.c -- 2.30.2