Add to TESTS variable, for mingw32.
authorSimon Josefsson <simon@josefsson.org>
Wed, 18 Jan 2006 13:02:28 +0000 (13:02 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 18 Jan 2006 13:02:28 +0000 (13:02 +0000)
23 files changed:
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

index 9899831a7618f283382e244c864f958e1f46a9ce..5fe0afdb66de9ec8ae183029e2dfe67a0cbbb8b4 100644 (file)
--- 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.
index 9e9fff7d023a7a0d78cde0e25c3ea390790bf084..ec9fe3f8b974fa6921f92e79d4de18614d7d5d8e 100644 (file)
@@ -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
index fa5b24269c71b243e8733a0ea2fb11d4ccc1e715..dc2b3f803c2c271af31d0c3cd313c4ca26f7d55c 100644 (file)
@@ -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
index b6ba6e323972742bfce3a19771220ed5be4bb61b..0e57b6e1fc1ee647a195525ff86cb285cca51477 100644 (file)
@@ -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
index db29a99ce212be4ca3cc702ffb07c87a1a89446f..1dfd3f68e300213bdb341939a0b3d82533bab4c4 100644 (file)
@@ -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
 
index a760eeb13be61413ceff150d8ab9432f66bf9a5c..d418b37bf1096bcbef910df167baafcdb98fa958 100644 (file)
@@ -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
 
index 21a7fd1ff72e54b2e57c52d92b1223d7a6c796ea..7df7586dea84606d5e0b1e7bcad4f4ddf8efc4a0 100644 (file)
@@ -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
 
index 607fce36f9a0ab40461f3784506bc587e161fbde..eaf2bceb390c5245e70e1ddad523edfa1c9ad641 100644 (file)
@@ -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
 
index 7e14ff2c80fb6c18e278a2d6a75bd98afd2b85ff..b209e132321f9bc819c8840fcfb13fbf5fcd4d70 100644 (file)
@@ -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
 
index 8da3b8ff17a1cbc86311d8edc1711de3c376271c..f23d72099696b835e14119f6362f27d8c077527f 100644 (file)
@@ -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
 
index 739e27994b44421297fdb7bea54c64a4f8c3b529..8dd4a7cc413deb02d593c601865e4fa15613f171 100644 (file)
@@ -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
 
index d10a2d6e7c328e3c0d5092340ad6a88f8d72e928..7f0cb23ee5e82d068841b6dfead4ec9d51366eb9 100644 (file)
@@ -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
 
index 52e2d2adf5292ecd95161e47d260bf3509b19d6b..b443be19f91079590570b8ad9f497b0bcf14dd02 100644 (file)
@@ -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
 
index ec22acbb020c32faf1d4d9c13be113273ef01694..b6a94172b24db917815788e152b0cf50aaa03e2c 100644 (file)
@@ -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
 
index c72ad076bdbf491fa673871d95708c2882a7bb89..c7573720404c5b308036d153c29d5f873aa63abb 100644 (file)
@@ -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
 
index 990d5ee97f730ade4eef348c3524263338c99cfe..b2256153270d4ec1d88e9517c73e6dc531d10b19 100644 (file)
@@ -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
 
index fbd25859ca0397132e68e596038d01dca8edb2de..a50a73a09c76fad51810a0886c160c930c4f8655 100644 (file)
@@ -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
 
index 99a5996eb1c7a4176da4d90cd472358860bbfba8..9715b3fdc52322deb5e1cf1e5a22a55479c93a28 100644 (file)
@@ -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
index 0519c34cff08b57e33770e435a8db08a26f6c527..3fae99dd17d11272f9b1ccf167ebd121c39e5aef 100644 (file)
@@ -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
index efa994f05f145d1153340447865c9da04aa7d3eb..6dd8883d4a55aebd370fe07ddf7c177bd4b1f102 100644 (file)
@@ -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
 
index 4e1b284088762a3f0a6b3c92d37123b390e71707..f08d46d47097162b437467959dd40643b967f1b9 100644 (file)
@@ -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
 
index 95b62a0b8940a49870ca1a12a9f6cbc761643753..7e9500d0998d3038fe6c1d27bb55fa648691680d 100644 (file)
@@ -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
index 8a8c3a74553269be95ae7a4f770033a22937c021..d435962084263ad1fb4c8f75b6381e3968fd7fbc 100644 (file)
@@ -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