changeset 6567:1d5b855972a6

Add to TESTS variable, for mingw32.
author Simon Josefsson <simon@josefsson.org>
date Wed, 18 Jan 2006 13:02:28 +0000
parents 32f33503fb53
children b7612c730f92
files ChangeLog 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/rijndael-tests
diffstat 23 files changed, 35 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2006-01-18  Simon Josefsson  <jas@extundo.com>
+
+	* 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  <jas@extundo.com>
 
 	* modules/socklen (Depends-on): Depend on sys_socket.
--- a/modules/arcfour-tests
+++ b/modules/arcfour-tests
@@ -6,6 +6,6 @@
 configure.ac:
 
 Makefile.am:
-TESTS += test-arcfour
+TESTS += test-arcfour$(EXEEXT)
 noinst_PROGRAMS += test-arcfour
 test_arcfour_SOURCES = test-arcfour.c
--- a/modules/arctwo-tests
+++ b/modules/arctwo-tests
@@ -6,6 +6,6 @@
 configure.ac:
 
 Makefile.am:
-TESTS += test-arctwo
+TESTS += test-arctwo$(EXEEXT)
 noinst_PROGRAMS += test-arctwo
 test_arctwo_SOURCES = test-arctwo.c
--- a/modules/crc-tests
+++ b/modules/crc-tests
@@ -6,6 +6,6 @@
 configure.ac:
 
 Makefile.am:
-TESTS += test-crc
+TESTS += test-crc$(EXEEXT)
 noinst_PROGRAMS += test-crc
 test_crc_SOURCES = test-crc.c
--- a/modules/des-tests
+++ b/modules/des-tests
@@ -6,7 +6,7 @@
 configure.ac:
 
 Makefile.am:
-TESTS += test-des
+TESTS += test-des$(EXEEXT)
 noinst_PROGRAMS += test-des
 test_des_SOURCES = test-des.c
 
--- a/modules/gc-arcfour-tests
+++ b/modules/gc-arcfour-tests
@@ -6,7 +6,7 @@
 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
 
--- a/modules/gc-arctwo-tests
+++ b/modules/gc-arctwo-tests
@@ -6,7 +6,7 @@
 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
 
--- a/modules/gc-des-tests
+++ b/modules/gc-des-tests
@@ -6,7 +6,7 @@
 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
 
--- a/modules/gc-hmac-md5-tests
+++ b/modules/gc-hmac-md5-tests
@@ -6,7 +6,7 @@
 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
 
--- a/modules/gc-hmac-sha1-tests
+++ b/modules/gc-hmac-sha1-tests
@@ -6,7 +6,7 @@
 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
 
--- a/modules/gc-md2-tests
+++ b/modules/gc-md2-tests
@@ -6,7 +6,7 @@
 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
 
--- a/modules/gc-md4-tests
+++ b/modules/gc-md4-tests
@@ -6,7 +6,7 @@
 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
 
--- a/modules/gc-md5-tests
+++ b/modules/gc-md5-tests
@@ -6,7 +6,7 @@
 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
 
--- a/modules/gc-pbkdf2-sha1-tests
+++ b/modules/gc-pbkdf2-sha1-tests
@@ -6,7 +6,7 @@
 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
 
--- a/modules/gc-rijndael-tests
+++ b/modules/gc-rijndael-tests
@@ -6,7 +6,7 @@
 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
 
--- a/modules/gc-sha1-tests
+++ b/modules/gc-sha1-tests
@@ -6,7 +6,7 @@
 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
 
--- a/modules/gc-tests
+++ b/modules/gc-tests
@@ -6,7 +6,7 @@
 configure.ac:
 
 Makefile.am:
-TESTS += test-gc
+TESTS += test-gc$(EXEEXT)
 noinst_PROGRAMS += test-gc
 test_gc_SOURCES = test-gc.c
 
--- a/modules/hmac-md5-tests
+++ b/modules/hmac-md5-tests
@@ -6,6 +6,6 @@
 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
--- a/modules/hmac-sha1-tests
+++ b/modules/hmac-sha1-tests
@@ -6,6 +6,6 @@
 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
--- a/modules/md2-tests
+++ b/modules/md2-tests
@@ -6,7 +6,7 @@
 configure.ac:
 
 Makefile.am:
-TESTS += test-md2
+TESTS += test-md2$(EXEEXT)
 noinst_PROGRAMS += test-md2
 test_md2_SOURCES = test-md2.c
 
--- a/modules/md4-tests
+++ b/modules/md4-tests
@@ -6,7 +6,7 @@
 configure.ac:
 
 Makefile.am:
-TESTS += test-md4
+TESTS += test-md4$(EXEEXT)
 noinst_PROGRAMS += test-md4
 test_md4_SOURCES = test-md4.c
 
--- a/modules/md5-tests
+++ b/modules/md5-tests
@@ -6,6 +6,6 @@
 configure.ac:
 
 Makefile.am:
-TESTS += test-md5
+TESTS += test-md5$(EXEEXT)
 noinst_PROGRAMS += test-md5
 test_md5_SOURCES = test-md5.c
--- a/modules/rijndael-tests
+++ b/modules/rijndael-tests
@@ -6,6 +6,6 @@
 configure.ac:
 
 Makefile.am:
-TESTS += test-rijndael
+TESTS += test-rijndael$(EXEEXT)
 noinst_PROGRAMS += test-rijndael
 test_rijndael_SOURCES = test-rijndael.c