changeset 8407:502f9cdcd764

Remve redundant specification.
author Bruno Haible <bruno@clisp.org>
date Sat, 10 Mar 2007 14:56:09 +0000
parents cd9821f8b05e
children 9abb46bf6f2f
files ChangeLog modules/allocsa-tests modules/dirname-tests
diffstat 3 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-03-10  Bruno Haible  <bruno@clisp.org>
+
+	* modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
+	variable.
+	* modules/dirname-tests (test_dirname_SOURCES): Remove redundant
+	variable.
+
 2007-03-09  Eric Blake  <ebb9@byu.net>
 	and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
 
--- a/modules/allocsa-tests
+++ b/modules/allocsa-tests
@@ -8,5 +8,4 @@
 Makefile.am:
 TESTS += test-allocsa
 check_PROGRAMS += test-allocsa
-test_allocsa_SOURCES = test-allocsa.c
 
--- a/modules/dirname-tests
+++ b/modules/dirname-tests
@@ -9,4 +9,3 @@
 Makefile.am:
 TESTS += test-dirname
 noinst_PROGRAMS += test-dirname
-test_dirname_SOURCES = test-dirname.c