Simplify my *-tests modules.
authorSimon Josefsson <simon@josefsson.org>
Thu, 19 Jan 2006 09:05:56 +0000 (09:05 +0000)
committerSimon Josefsson <simon@josefsson.org>
Thu, 19 Jan 2006 09:05:56 +0000 (09:05 +0000)
24 files changed:
ChangeLog
gnulib-tool
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 5fe0afdb66de9ec8ae183029e2dfe67a0cbbb8b4..8efc39651ebbec11664efef47931469347d44ffa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2006-01-19  Simon Josefsson  <jas@extundo.com>
+
+       * gnulib-tool: Set check_PROGRAMS.
+
+       * 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: Use
+       check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
+       test_*_SOURCES.
+
 2006-01-18  Simon Josefsson  <jas@extundo.com>
 
        * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
index 3ecc92da3b60bdbbaf6fdd538eda9a48b2e46a10..45c1449dd29b5472e4e37ba015ddc21835eb226a 100755 (executable)
@@ -22,7 +22,7 @@
 
 progname=$0
 package=gnulib
-cvsdatestamp='$Date: 2006-01-12 15:39:50 $'
+cvsdatestamp='$Date: 2006-01-19 09:05:56 $'
 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
 
@@ -806,6 +806,7 @@ func_emit_tests_Makefile_am ()
   echo "TESTS ="
   echo "TESTS_ENVIRONMENT ="
   echo "noinst_PROGRAMS ="
+  echo "check_PROGRAMS ="
   echo "noinst_HEADERS ="
   echo "EXTRA_DIST ="
   echo "BUILT_SOURCES ="
index ec9fe3f8b974fa6921f92e79d4de18614d7d5d8e..61c710453cfd93347f679f042b8b6a2decfd4e38 100644 (file)
@@ -7,5 +7,4 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-arcfour$(EXEEXT)
-noinst_PROGRAMS += test-arcfour
-test_arcfour_SOURCES = test-arcfour.c
+check_PROGRAMS += test-arcfour
index dc2b3f803c2c271af31d0c3cd313c4ca26f7d55c..48793322ad4f88fd370605c59ba3c0316037eb8d 100644 (file)
@@ -7,5 +7,4 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-arctwo$(EXEEXT)
-noinst_PROGRAMS += test-arctwo
-test_arctwo_SOURCES = test-arctwo.c
+check_PROGRAMS += test-arctwo
index 0e57b6e1fc1ee647a195525ff86cb285cca51477..b3fcc09a5d92f3d34b12ae91ad2787d9fa836d79 100644 (file)
@@ -7,5 +7,4 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-crc$(EXEEXT)
-noinst_PROGRAMS += test-crc
-test_crc_SOURCES = test-crc.c
+check_PROGRAMS += test-crc
index 1dfd3f68e300213bdb341939a0b3d82533bab4c4..505ee2062de798fcf835e11fdf5a2f41f9e5751d 100644 (file)
@@ -7,8 +7,7 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-des$(EXEEXT)
-noinst_PROGRAMS += test-des
-test_des_SOURCES = test-des.c
+check_PROGRAMS += test-des
 
 License:
 LGPL
index d418b37bf1096bcbef910df167baafcdb98fa958..80d78936142bac881610fc1fa387481ad0b0ad9a 100644 (file)
@@ -7,8 +7,7 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-gc-arcfour$(EXEEXT)
-noinst_PROGRAMS += test-gc-arcfour
-test_gc_arcfour_SOURCES = test-gc-arcfour.c
+check_PROGRAMS += test-gc-arcfour
 
 License:
 LGPL
index 7df7586dea84606d5e0b1e7bcad4f4ddf8efc4a0..6f85952e8c6d28a1e233c9c40a6ca4aab6b90222 100644 (file)
@@ -7,8 +7,7 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-gc-arctwo$(EXEEXT)
-noinst_PROGRAMS += test-gc-arctwo
-test_gc_arctwo_SOURCES = test-gc-arctwo.c
+check_PROGRAMS += test-gc-arctwo
 
 License:
 LGPL
index eaf2bceb390c5245e70e1ddad523edfa1c9ad641..9ed43a8e63533dbe69466d1f90c99908169e93ca 100644 (file)
@@ -7,8 +7,7 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-gc-des$(EXEEXT)
-noinst_PROGRAMS += test-gc-des
-test_gc_des_SOURCES = test-gc-des.c
+check_PROGRAMS += test-gc-des
 
 License:
 LGPL
index b209e132321f9bc819c8840fcfb13fbf5fcd4d70..01472add41f33a8d6040fd473db2a1c811f79dcd 100644 (file)
@@ -7,8 +7,7 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-gc-hmac-md5$(EXEEXT)
-noinst_PROGRAMS += test-gc-hmac-md5
-test_gc_hmac_md5_SOURCES = test-gc-hmac-md5.c
+check_PROGRAMS += test-gc-hmac-md5
 
 License:
 LGPL
index f23d72099696b835e14119f6362f27d8c077527f..3e1190a91ed7925f4739c1fc6d3188916a645ef4 100644 (file)
@@ -7,8 +7,7 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-gc-hmac-sha1$(EXEEXT)
-noinst_PROGRAMS += test-gc-hmac-sha1
-test_gc_hmac_sha1_SOURCES = test-gc-hmac-sha1.c
+check_PROGRAMS += test-gc-hmac-sha1
 
 License:
 LGPL
index 8dd4a7cc413deb02d593c601865e4fa15613f171..4bcc456d85ee35a2fe85a2a9552be5c238284fcd 100644 (file)
@@ -7,8 +7,7 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-gc-md2$(EXEEXT)
-noinst_PROGRAMS += test-gc-md2
-test_gc_md2_SOURCES = test-gc-md2.c
+check_PROGRAMS += test-gc-md2
 
 License:
 LGPL
index 7f0cb23ee5e82d068841b6dfead4ec9d51366eb9..226213deb927783a50275eef4fc6e8bb073b47cb 100644 (file)
@@ -7,8 +7,7 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-gc-md4$(EXEEXT)
-noinst_PROGRAMS += test-gc-md4
-test_gc_md4_SOURCES = test-gc-md4.c
+check_PROGRAMS += test-gc-md4
 
 License:
 LGPL
index b443be19f91079590570b8ad9f497b0bcf14dd02..a6bd0fe96a5f49d2d8528d99007098a505b1c40a 100644 (file)
@@ -7,8 +7,7 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-gc-md5$(EXEEXT)
-noinst_PROGRAMS += test-gc-md5
-test_gc_md5_SOURCES = test-gc-md5.c
+check_PROGRAMS += test-gc-md5
 
 License:
 LGPL
index b6a94172b24db917815788e152b0cf50aaa03e2c..1d59d5c5d4f9d89f04675a234cb68d2a2964204b 100644 (file)
@@ -7,8 +7,7 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-gc-pbkdf2-sha1$(EXEEXT)
-noinst_PROGRAMS += test-gc-pbkdf2-sha1
-test_gc_pbkdf2_sha1_SOURCES = test-gc-pbkdf2-sha1.c
+check_PROGRAMS += test-gc-pbkdf2-sha1
 
 License:
 LGPL
index c7573720404c5b308036d153c29d5f873aa63abb..ff8c782f9a71b9df7b143ab8423eddbfb5df58a1 100644 (file)
@@ -7,8 +7,7 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-gc-rijndael$(EXEEXT)
-noinst_PROGRAMS += test-gc-rijndael
-test_gc_rijndael_SOURCES = test-gc-rijndael.c
+check_PROGRAMS += test-gc-rijndael
 
 License:
 LGPL
index b2256153270d4ec1d88e9517c73e6dc531d10b19..7c5750ed1a2151cc428d4620ac892eef06984cee 100644 (file)
@@ -7,8 +7,7 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-gc-sha1$(EXEEXT)
-noinst_PROGRAMS += test-gc-sha1
-test_gc_sha1_SOURCES = test-gc-sha1.c
+check_PROGRAMS += test-gc-sha1
 
 License:
 LGPL
index a50a73a09c76fad51810a0886c160c930c4f8655..2b216bfaec6f75d6281d3aed731d1024d49ec83a 100644 (file)
@@ -7,8 +7,7 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-gc$(EXEEXT)
-noinst_PROGRAMS += test-gc
-test_gc_SOURCES = test-gc.c
+check_PROGRAMS += test-gc
 
 License:
 LGPL
index 9715b3fdc52322deb5e1cf1e5a22a55479c93a28..f8968c3f180c553ae46586bb3a30ef01582d190c 100644 (file)
@@ -7,5 +7,4 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-hmac-md5$(EXEEXT)
-noinst_PROGRAMS += test-hmac-md5
-test_hmac_md5_SOURCES = test-hmac-md5.c
+check_PROGRAMS += test-hmac-md5
index 3fae99dd17d11272f9b1ccf167ebd121c39e5aef..c750ace0a45d8b7ec6e37b6a6edc4aa146769d7a 100644 (file)
@@ -7,5 +7,4 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-hmac-sha1$(EXEEXT)
-noinst_PROGRAMS += test-hmac-sha1
-test_hmac_sha1_SOURCES = test-hmac-sha1.c
+check_PROGRAMS += test-hmac-sha1
index 6dd8883d4a55aebd370fe07ddf7c177bd4b1f102..f358e66ef745aaee9b174f98a23c7159a4928f82 100644 (file)
@@ -7,8 +7,7 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-md2$(EXEEXT)
-noinst_PROGRAMS += test-md2
-test_md2_SOURCES = test-md2.c
+check_PROGRAMS += test-md2
 
 License:
 LGPL
index f08d46d47097162b437467959dd40643b967f1b9..f47fcb0f5b144532a16a7981050a7bb52b92a079 100644 (file)
@@ -7,8 +7,7 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-md4$(EXEEXT)
-noinst_PROGRAMS += test-md4
-test_md4_SOURCES = test-md4.c
+check_PROGRAMS += test-md4
 
 License:
 LGPL
index 7e9500d0998d3038fe6c1d27bb55fa648691680d..52e5d1ffb9ce2c431da1f02258c900492bf7f289 100644 (file)
@@ -7,5 +7,4 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-md5$(EXEEXT)
-noinst_PROGRAMS += test-md5
-test_md5_SOURCES = test-md5.c
+check_PROGRAMS += test-md5
index d435962084263ad1fb4c8f75b6381e3968fd7fbc..8be78fafcc5a6204325c552b566fd5d9be0302af 100644 (file)
@@ -7,5 +7,4 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-rijndael$(EXEEXT)
-noinst_PROGRAMS += test-rijndael
-test_rijndael_SOURCES = test-rijndael.c
+check_PROGRAMS += test-rijndael