Assume automake >= 1.10.
authorBruno Haible <bruno@clisp.org>
Sun, 25 Feb 2007 13:22:57 +0000 (13:22 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 25 Feb 2007 13:22:57 +0000 (13:22 +0000)
38 files changed:
ChangeLog
modules/arcfour-tests
modules/arctwo-tests
modules/argp-tests
modules/avltree-list-tests
modules/avltree-oset-tests
modules/avltreehash-list-tests
modules/carray-list-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/getaddrinfo-tests
modules/hmac-md5-tests
modules/hmac-sha1-tests
modules/linked-list-tests
modules/linkedhash-list-tests
modules/lock-tests
modules/md2-tests
modules/md4-tests
modules/md5-tests
modules/rbtree-list-tests
modules/rbtree-oset-tests
modules/rbtreehash-list-tests
modules/read-file-tests
modules/rijndael-tests
modules/stdint-tests
modules/tls-tests

index 3d953da..e35ad50 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,44 @@
+2007-02-25  Bruno Haible  <bruno@clisp.org>
+
+       Assume automake >= 1.10 for the tests.
+       * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
+       * modules/arctwo-tests: Likewise.
+       * modules/argp-tests: Likewise.
+       * modules/avltree-list-tests: Likewise.
+       * modules/avltree-oset-tests: Likewise.
+       * modules/avltreehash-list-tests: Likewise.
+       * modules/carray-list-tests: Likewise.
+       * modules/crc-tests: Likewise.
+       * modules/des-tests: Likewise.
+       * modules/gc-arcfour-tests: Likewise.
+       * modules/gc-arctwo-tests: Likewise.
+       * modules/gc-des-tests: Likewise.
+       * modules/gc-hmac-md5-tests: Likewise.
+       * modules/gc-hmac-sha1-tests: Likewise.
+       * modules/gc-md2-tests: Likewise.
+       * modules/gc-md4-tests: Likewise.
+       * modules/gc-md5-tests: Likewise.
+       * modules/gc-pbkdf2-sha1-tests: Likewise.
+       * modules/gc-rijndael-tests: Likewise.
+       * modules/gc-sha1-tests: Likewise.
+       * modules/gc-tests: Likewise.
+       * modules/getaddrinfo-tests: Likewise.
+       * modules/hmac-md5-tests: Likewise.
+       * modules/hmac-sha1-tests: Likewise.
+       * modules/linked-list-tests: Likewise.
+       * modules/linkedhash-list-tests: Likewise.
+       * modules/lock-tests: Likewise.
+       * modules/md2-tests: Likewise.
+       * modules/md4-tests: Likewise.
+       * modules/md5-tests: Likewise.
+       * modules/rbtree-list-tests: Likewise.
+       * modules/rbtree-oset-tests: Likewise.
+       * modules/rbtreehash-list-tests: Likewise.
+       * modules/read-file-tests: Likewise.
+       * modules/rijndael-tests: Likewise.
+       * modules/stdint-tests: Likewise.
+       * modules/tls-tests: Likewise.
+
 2007-02-24  Bruno Haible  <bruno@clisp.org>
 
        * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
index 61c7104..f02b0a6 100644 (file)
@@ -6,5 +6,5 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-TESTS += test-arcfour$(EXEEXT)
+TESTS += test-arcfour
 check_PROGRAMS += test-arcfour
index 4879332..a0b01da 100644 (file)
@@ -6,5 +6,5 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-TESTS += test-arctwo$(EXEEXT)
+TESTS += test-arctwo
 check_PROGRAMS += test-arctwo
index a7dd5ba..6deccf2 100644 (file)
@@ -5,6 +5,6 @@ tests/test-argp-2.sh
 Depends-on:
 
 Makefile.am:
-TESTS += test-argp$(EXEEXT) test-argp-2.sh
+TESTS += test-argp test-argp-2.sh
 check_PROGRAMS += test-argp 
 EXTRA_DIST += test-argp-2.sh
index e058b8d..43c0f46 100644 (file)
@@ -7,6 +7,6 @@ array-list
 configure.ac:
 
 Makefile.am:
-TESTS += test-avltree_list$(EXEEXT)
+TESTS += test-avltree_list
 check_PROGRAMS += test-avltree_list
 
index 06d74f9..6e8eec3 100644 (file)
@@ -7,6 +7,6 @@ array-oset
 configure.ac:
 
 Makefile.am:
-TESTS += test-avltree_oset$(EXEEXT)
+TESTS += test-avltree_oset
 check_PROGRAMS += test-avltree_oset
 
index 8743901..983e8a2 100644 (file)
@@ -7,6 +7,6 @@ array-list
 configure.ac:
 
 Makefile.am:
-TESTS += test-avltreehash_list$(EXEEXT)
+TESTS += test-avltreehash_list
 check_PROGRAMS += test-avltreehash_list
 
index 711dfe5..a4e3738 100644 (file)
@@ -7,6 +7,6 @@ array-list
 configure.ac:
 
 Makefile.am:
-TESTS += test-carray_list$(EXEEXT)
+TESTS += test-carray_list
 check_PROGRAMS += test-carray_list
 
index b3fcc09..0d35256 100644 (file)
@@ -6,5 +6,5 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-TESTS += test-crc$(EXEEXT)
+TESTS += test-crc
 check_PROGRAMS += test-crc
index 505ee20..a284b68 100644 (file)
@@ -6,7 +6,7 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-TESTS += test-des$(EXEEXT)
+TESTS += test-des
 check_PROGRAMS += test-des
 
 License:
index 80d7893..4c36042 100644 (file)
@@ -6,7 +6,7 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-TESTS += test-gc-arcfour$(EXEEXT)
+TESTS += test-gc-arcfour
 check_PROGRAMS += test-gc-arcfour
 
 License:
index 6f85952..2eda7ef 100644 (file)
@@ -6,7 +6,7 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-TESTS += test-gc-arctwo$(EXEEXT)
+TESTS += test-gc-arctwo
 check_PROGRAMS += test-gc-arctwo
 
 License:
index 9ed43a8..04ada2b 100644 (file)
@@ -6,7 +6,7 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-TESTS += test-gc-des$(EXEEXT)
+TESTS += test-gc-des
 check_PROGRAMS += test-gc-des
 
 License:
index 01472ad..907e1f8 100644 (file)
@@ -6,7 +6,7 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-TESTS += test-gc-hmac-md5$(EXEEXT)
+TESTS += test-gc-hmac-md5
 check_PROGRAMS += test-gc-hmac-md5
 
 License:
index 3e1190a..7d74f9f 100644 (file)
@@ -6,7 +6,7 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-TESTS += test-gc-hmac-sha1$(EXEEXT)
+TESTS += test-gc-hmac-sha1
 check_PROGRAMS += test-gc-hmac-sha1
 
 License:
index 4bcc456..97b4548 100644 (file)
@@ -6,7 +6,7 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-TESTS += test-gc-md2$(EXEEXT)
+TESTS += test-gc-md2
 check_PROGRAMS += test-gc-md2
 
 License:
index 226213d..4d4554a 100644 (file)
@@ -6,7 +6,7 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-TESTS += test-gc-md4$(EXEEXT)
+TESTS += test-gc-md4
 check_PROGRAMS += test-gc-md4
 
 License:
index a6bd0fe..425fd27 100644 (file)
@@ -6,7 +6,7 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-TESTS += test-gc-md5$(EXEEXT)
+TESTS += test-gc-md5
 check_PROGRAMS += test-gc-md5
 
 License:
index 1d59d5c..1d45269 100644 (file)
@@ -6,7 +6,7 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-TESTS += test-gc-pbkdf2-sha1$(EXEEXT)
+TESTS += test-gc-pbkdf2-sha1
 check_PROGRAMS += test-gc-pbkdf2-sha1
 
 License:
index ff8c782..2465420 100644 (file)
@@ -6,7 +6,7 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-TESTS += test-gc-rijndael$(EXEEXT)
+TESTS += test-gc-rijndael
 check_PROGRAMS += test-gc-rijndael
 
 License:
index 7c5750e..20a906e 100644 (file)
@@ -6,7 +6,7 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-TESTS += test-gc-sha1$(EXEEXT)
+TESTS += test-gc-sha1
 check_PROGRAMS += test-gc-sha1
 
 License:
index 2b216bf..7a3fdbf 100644 (file)
@@ -6,7 +6,7 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-TESTS += test-gc$(EXEEXT)
+TESTS += test-gc
 check_PROGRAMS += test-gc
 
 License:
index 86d70c2..04bd89b 100644 (file)
@@ -7,7 +7,7 @@ inet_ntop
 configure.ac:
 
 Makefile.am:
-TESTS += test-getaddrinfo$(EXEEXT)
+TESTS += test-getaddrinfo
 check_PROGRAMS += test-getaddrinfo
 
 License:
index f8968c3..738ee51 100644 (file)
@@ -6,5 +6,5 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-TESTS += test-hmac-md5$(EXEEXT)
+TESTS += test-hmac-md5
 check_PROGRAMS += test-hmac-md5
index c750ace..ddebc58 100644 (file)
@@ -6,5 +6,5 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-TESTS += test-hmac-sha1$(EXEEXT)
+TESTS += test-hmac-sha1
 check_PROGRAMS += test-hmac-sha1
index 7acdaa1..43ccbdb 100644 (file)
@@ -7,6 +7,6 @@ array-list
 configure.ac:
 
 Makefile.am:
-TESTS += test-linked_list$(EXEEXT)
+TESTS += test-linked_list
 check_PROGRAMS += test-linked_list
 
index 8821eeb..ea3a478 100644 (file)
@@ -7,6 +7,6 @@ array-list
 configure.ac:
 
 Makefile.am:
-TESTS += test-linkedhash_list$(EXEEXT)
+TESTS += test-linkedhash_list
 check_PROGRAMS += test-linkedhash_list
 
index 95607b6..2e410c9 100644 (file)
@@ -13,7 +13,7 @@ fi
 AC_SUBST([LIBSCHED])
 
 Makefile.am:
-TESTS += test-lock$(EXEEXT)
+TESTS += test-lock
 check_PROGRAMS += test-lock
 test_lock_LDADD = @LIBMULTITHREAD@ @LIBSCHED@ $(LDADD)
 
index f358e66..c8cbdee 100644 (file)
@@ -6,7 +6,7 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-TESTS += test-md2$(EXEEXT)
+TESTS += test-md2
 check_PROGRAMS += test-md2
 
 License:
index f47fcb0..8c8bcb8 100644 (file)
@@ -6,7 +6,7 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-TESTS += test-md4$(EXEEXT)
+TESTS += test-md4
 check_PROGRAMS += test-md4
 
 License:
index 52e5d1f..94bc3e4 100644 (file)
@@ -6,5 +6,5 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-TESTS += test-md5$(EXEEXT)
+TESTS += test-md5
 check_PROGRAMS += test-md5
index a757d51..8fd2f4c 100644 (file)
@@ -7,6 +7,6 @@ array-list
 configure.ac:
 
 Makefile.am:
-TESTS += test-rbtree_list$(EXEEXT)
+TESTS += test-rbtree_list
 check_PROGRAMS += test-rbtree_list
 
index e561e45..0b00165 100644 (file)
@@ -7,6 +7,6 @@ array-oset
 configure.ac:
 
 Makefile.am:
-TESTS += test-rbtree_oset$(EXEEXT)
+TESTS += test-rbtree_oset
 check_PROGRAMS += test-rbtree_oset
 
index f543605..dbb74e7 100644 (file)
@@ -7,6 +7,6 @@ array-list
 configure.ac:
 
 Makefile.am:
-TESTS += test-rbtreehash_list$(EXEEXT)
+TESTS += test-rbtreehash_list
 check_PROGRAMS += test-rbtreehash_list
 
index bdb7c63..361bca8 100644 (file)
@@ -6,5 +6,5 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-TESTS += test-read-file$(EXEEXT)
+TESTS += test-read-file
 check_PROGRAMS += test-read-file
index 8be78fa..cbf861f 100644 (file)
@@ -6,5 +6,5 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-TESTS += test-rijndael$(EXEEXT)
+TESTS += test-rijndael
 check_PROGRAMS += test-rijndael
index d2f0f9e..82fe003 100644 (file)
@@ -12,7 +12,7 @@ gt_TYPE_WCHAR_T
 gt_TYPE_WINT_T
 
 Makefile.am:
-TESTS += test-stdint$(EXEEXT)
+TESTS += test-stdint
 check_PROGRAMS += test-stdint
 
 License:
index 2d1f10f..7868519 100644 (file)
@@ -13,7 +13,7 @@ fi
 AC_SUBST([LIBSCHED])
 
 Makefile.am:
-TESTS += test-tls$(EXEEXT)
+TESTS += test-tls
 check_PROGRAMS += test-tls
 test_tls_LDADD = @LIBMULTITHREAD@ @LIBSCHED@ $(LDADD)