bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: $(EXEEXT) in TESTS required?


From: Simon Josefsson
Subject: Re: $(EXEEXT) in TESTS required?
Date: Thu, 19 Jan 2006 10:04:55 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

I installed this. 2006-01-19 Simon Josefsson <address@hidden> * 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.

Index: gnulib-tool
===================================================================
RCS file: /sources/gnulib/gnulib/gnulib-tool,v
retrieving revision 1.101
diff -u -p -r1.101 gnulib-tool
--- gnulib-tool 12 Jan 2006 15:39:50 -0000      1.101
+++ gnulib-tool 19 Jan 2006 09:05:14 -0000
@@ -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: arcfour-tests
===================================================================
RCS file: /sources/gnulib/gnulib/modules/arcfour-tests,v
retrieving revision 1.2
diff -u -p -r1.2 arcfour-tests
--- arcfour-tests       18 Jan 2006 13:02:28 -0000      1.2
+++ arcfour-tests       19 Jan 2006 09:04:06 -0000
@@ -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: arctwo-tests
===================================================================
RCS file: /sources/gnulib/gnulib/modules/arctwo-tests,v
retrieving revision 1.2
diff -u -p -r1.2 arctwo-tests
--- arctwo-tests        18 Jan 2006 13:02:28 -0000      1.2
+++ arctwo-tests        19 Jan 2006 09:04:06 -0000
@@ -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: crc-tests
===================================================================
RCS file: /sources/gnulib/gnulib/modules/crc-tests,v
retrieving revision 1.2
diff -u -p -r1.2 crc-tests
--- crc-tests   18 Jan 2006 13:02:28 -0000      1.2
+++ crc-tests   19 Jan 2006 09:04:06 -0000
@@ -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: des-tests
===================================================================
RCS file: /sources/gnulib/gnulib/modules/des-tests,v
retrieving revision 1.3
diff -u -p -r1.3 des-tests
--- des-tests   18 Jan 2006 13:02:28 -0000      1.3
+++ des-tests   19 Jan 2006 09:04:06 -0000
@@ -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: gc-arcfour-tests
===================================================================
RCS file: /sources/gnulib/gnulib/modules/gc-arcfour-tests,v
retrieving revision 1.3
diff -u -p -r1.3 gc-arcfour-tests
--- gc-arcfour-tests    18 Jan 2006 13:02:28 -0000      1.3
+++ gc-arcfour-tests    19 Jan 2006 09:04:06 -0000
@@ -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: gc-arctwo-tests
===================================================================
RCS file: /sources/gnulib/gnulib/modules/gc-arctwo-tests,v
retrieving revision 1.3
diff -u -p -r1.3 gc-arctwo-tests
--- gc-arctwo-tests     18 Jan 2006 13:02:28 -0000      1.3
+++ gc-arctwo-tests     19 Jan 2006 09:04:06 -0000
@@ -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: gc-des-tests
===================================================================
RCS file: /sources/gnulib/gnulib/modules/gc-des-tests,v
retrieving revision 1.3
diff -u -p -r1.3 gc-des-tests
--- gc-des-tests        18 Jan 2006 13:02:28 -0000      1.3
+++ gc-des-tests        19 Jan 2006 09:04:06 -0000
@@ -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: gc-hmac-md5-tests
===================================================================
RCS file: /sources/gnulib/gnulib/modules/gc-hmac-md5-tests,v
retrieving revision 1.3
diff -u -p -r1.3 gc-hmac-md5-tests
--- gc-hmac-md5-tests   18 Jan 2006 13:02:28 -0000      1.3
+++ gc-hmac-md5-tests   19 Jan 2006 09:04:06 -0000
@@ -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: gc-hmac-sha1-tests
===================================================================
RCS file: /sources/gnulib/gnulib/modules/gc-hmac-sha1-tests,v
retrieving revision 1.3
diff -u -p -r1.3 gc-hmac-sha1-tests
--- gc-hmac-sha1-tests  18 Jan 2006 13:02:28 -0000      1.3
+++ gc-hmac-sha1-tests  19 Jan 2006 09:04:06 -0000
@@ -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: gc-md2-tests
===================================================================
RCS file: /sources/gnulib/gnulib/modules/gc-md2-tests,v
retrieving revision 1.3
diff -u -p -r1.3 gc-md2-tests
--- gc-md2-tests        18 Jan 2006 13:02:28 -0000      1.3
+++ gc-md2-tests        19 Jan 2006 09:04:06 -0000
@@ -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: gc-md4-tests
===================================================================
RCS file: /sources/gnulib/gnulib/modules/gc-md4-tests,v
retrieving revision 1.3
diff -u -p -r1.3 gc-md4-tests
--- gc-md4-tests        18 Jan 2006 13:02:28 -0000      1.3
+++ gc-md4-tests        19 Jan 2006 09:04:06 -0000
@@ -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: gc-md5-tests
===================================================================
RCS file: /sources/gnulib/gnulib/modules/gc-md5-tests,v
retrieving revision 1.3
diff -u -p -r1.3 gc-md5-tests
--- gc-md5-tests        18 Jan 2006 13:02:28 -0000      1.3
+++ gc-md5-tests        19 Jan 2006 09:04:06 -0000
@@ -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: gc-pbkdf2-sha1-tests
===================================================================
RCS file: /sources/gnulib/gnulib/modules/gc-pbkdf2-sha1-tests,v
retrieving revision 1.3
diff -u -p -r1.3 gc-pbkdf2-sha1-tests
--- gc-pbkdf2-sha1-tests        18 Jan 2006 13:02:28 -0000      1.3
+++ gc-pbkdf2-sha1-tests        19 Jan 2006 09:04:06 -0000
@@ -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: gc-rijndael-tests
===================================================================
RCS file: /sources/gnulib/gnulib/modules/gc-rijndael-tests,v
retrieving revision 1.3
diff -u -p -r1.3 gc-rijndael-tests
--- gc-rijndael-tests   18 Jan 2006 13:02:28 -0000      1.3
+++ gc-rijndael-tests   19 Jan 2006 09:04:06 -0000
@@ -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: gc-sha1-tests
===================================================================
RCS file: /sources/gnulib/gnulib/modules/gc-sha1-tests,v
retrieving revision 1.3
diff -u -p -r1.3 gc-sha1-tests
--- gc-sha1-tests       18 Jan 2006 13:02:28 -0000      1.3
+++ gc-sha1-tests       19 Jan 2006 09:04:06 -0000
@@ -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: gc-tests
===================================================================
RCS file: /sources/gnulib/gnulib/modules/gc-tests,v
retrieving revision 1.3
diff -u -p -r1.3 gc-tests
--- gc-tests    18 Jan 2006 13:02:28 -0000      1.3
+++ gc-tests    19 Jan 2006 09:04:06 -0000
@@ -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: hmac-md5-tests
===================================================================
RCS file: /sources/gnulib/gnulib/modules/hmac-md5-tests,v
retrieving revision 1.2
diff -u -p -r1.2 hmac-md5-tests
--- hmac-md5-tests      18 Jan 2006 13:02:28 -0000      1.2
+++ hmac-md5-tests      19 Jan 2006 09:04:06 -0000
@@ -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: hmac-sha1-tests
===================================================================
RCS file: /sources/gnulib/gnulib/modules/hmac-sha1-tests,v
retrieving revision 1.2
diff -u -p -r1.2 hmac-sha1-tests
--- hmac-sha1-tests     18 Jan 2006 13:02:28 -0000      1.2
+++ hmac-sha1-tests     19 Jan 2006 09:04:06 -0000
@@ -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: md2-tests
===================================================================
RCS file: /sources/gnulib/gnulib/modules/md2-tests,v
retrieving revision 1.3
diff -u -p -r1.3 md2-tests
--- md2-tests   18 Jan 2006 13:02:28 -0000      1.3
+++ md2-tests   19 Jan 2006 09:04:06 -0000
@@ -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: md4-tests
===================================================================
RCS file: /sources/gnulib/gnulib/modules/md4-tests,v
retrieving revision 1.3
diff -u -p -r1.3 md4-tests
--- md4-tests   18 Jan 2006 13:02:28 -0000      1.3
+++ md4-tests   19 Jan 2006 09:04:06 -0000
@@ -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: md5-tests
===================================================================
RCS file: /sources/gnulib/gnulib/modules/md5-tests,v
retrieving revision 1.2
diff -u -p -r1.2 md5-tests
--- md5-tests   18 Jan 2006 13:02:28 -0000      1.2
+++ md5-tests   19 Jan 2006 09:04:06 -0000
@@ -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: rijndael-tests
===================================================================
RCS file: /sources/gnulib/gnulib/modules/rijndael-tests,v
retrieving revision 1.2
diff -u -p -r1.2 rijndael-tests
--- rijndael-tests      18 Jan 2006 13:02:28 -0000      1.2
+++ rijndael-tests      19 Jan 2006 09:04:06 -0000
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]