summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--modules/snprintf-posix-tests1
-rw-r--r--modules/sprintf-posix-tests1
-rw-r--r--modules/vsnprintf-posix-tests1
-rw-r--r--modules/vsprintf-posix-tests1
5 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 971741e691..d57a311766 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2007-03-10 Bruno Haible <bruno@clisp.org>
+ * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
+ "make distcheck".
+ * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
+ * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
+ * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
+
+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
diff --git a/modules/snprintf-posix-tests b/modules/snprintf-posix-tests
index cf49194b89..0353e6136b 100644
--- a/modules/snprintf-posix-tests
+++ b/modules/snprintf-posix-tests
@@ -12,4 +12,5 @@ AC_REQUIRE([gt_TYPE_LONGDOUBLE])
Makefile.am:
TESTS += test-snprintf-posix
check_PROGRAMS += test-snprintf-posix
+EXTRA_DIST += test-snprintf-posix.h
diff --git a/modules/sprintf-posix-tests b/modules/sprintf-posix-tests
index 486877d897..c2ee75160b 100644
--- a/modules/sprintf-posix-tests
+++ b/modules/sprintf-posix-tests
@@ -12,4 +12,5 @@ AC_REQUIRE([gt_TYPE_LONGDOUBLE])
Makefile.am:
TESTS += test-sprintf-posix
check_PROGRAMS += test-sprintf-posix
+EXTRA_DIST += test-sprintf-posix.h
diff --git a/modules/vsnprintf-posix-tests b/modules/vsnprintf-posix-tests
index ea54679a89..219392a5e2 100644
--- a/modules/vsnprintf-posix-tests
+++ b/modules/vsnprintf-posix-tests
@@ -12,4 +12,5 @@ AC_REQUIRE([gt_TYPE_LONGDOUBLE])
Makefile.am:
TESTS += test-vsnprintf-posix
check_PROGRAMS += test-vsnprintf-posix
+EXTRA_DIST += test-snprintf-posix.h
diff --git a/modules/vsprintf-posix-tests b/modules/vsprintf-posix-tests
index 152e5b3ee2..4a3bbda37c 100644
--- a/modules/vsprintf-posix-tests
+++ b/modules/vsprintf-posix-tests
@@ -12,4 +12,5 @@ AC_REQUIRE([gt_TYPE_LONGDOUBLE])
Makefile.am:
TESTS += test-vsprintf-posix
check_PROGRAMS += test-vsprintf-posix
+EXTRA_DIST += test-sprintf-posix.h