]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
obstack-zprintf-extra-tests: Refactor.
authorBruno Haible <bruno@clisp.org>
Tue, 14 Jul 2026 17:21:23 +0000 (19:21 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 14 Jul 2026 17:21:23 +0000 (19:21 +0200)
* tests/test-obstack-zprintf-big2.c: Renamed from
tests/test-obstack-zprintf-big.c.
* modules/obstack-zprintf-extra-tests: Update.

ChangeLog
modules/obstack-zprintf-extra-tests
tests/test-obstack-zprintf-big2.c [moved from tests/test-obstack-zprintf-big.c with 100% similarity]

index 0ddd38c4efa61788b68ed642064b19f9b4a81ddf..eb6e2cd7a84fd44af4da02e81a479d7da85a7187 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2026-07-14  Bruno Haible  <bruno@clisp.org>
+
+       obstack-zprintf-extra-tests: Refactor.
+       * tests/test-obstack-zprintf-big2.c: Renamed from
+       tests/test-obstack-zprintf-big.c.
+       * modules/obstack-zprintf-extra-tests: Update.
+
 2026-07-14  Bruno Haible  <bruno@clisp.org>
 
        vasnprintf-extra-tests: Fix test bug.
index 65f7b7096e3cd0dc9630ddb663ba6e48069c7a19..72011595129ad54dec83e8de2e58df72ed71546e 100644 (file)
@@ -2,7 +2,7 @@ Status:
 longrunning-test
 
 Files:
-tests/test-obstack-zprintf-big.c
+tests/test-obstack-zprintf-big2.c
 tests/macros.h
 
 Depends-on:
@@ -12,6 +12,6 @@ configure.ac:
 AC_CHECK_FUNCS_ONCE([setrlimit])
 
 Makefile.am:
-TESTS += test-obstack-zprintf-big
-check_PROGRAMS += test-obstack-zprintf-big
-test_obstack_zprintf_big_LDADD = $(LDADD) @LIBINTL@
+TESTS += test-obstack-zprintf-big2
+check_PROGRAMS += test-obstack-zprintf-big2
+test_obstack_zprintf_big2_LDADD = $(LDADD) @LIBINTL@