Some .h files are used by multiple tests. Reflect the functions tested in the title line.
2024-06-30 Bruno Haible <br...@clisp.org> *printf-tests: Correct test file descriptions. * tests/test-fprintf-gnu.h: Fix title line. * tests/test-fprintf-posix.h: Likewise. * tests/test-printf-gnu.h: Likewise. * tests/test-printf-posix.h: Likewise. * tests/test-snzprintf-gnu.h: Likewise. * tests/test-vaszprintf-gnu.h: Likewise. diff --git a/tests/test-fprintf-gnu.h b/tests/test-fprintf-gnu.h index a88f72770d..f22ed39d02 100644 --- a/tests/test-fprintf-gnu.h +++ b/tests/test-fprintf-gnu.h @@ -1,4 +1,4 @@ -/* Test of POSIX and GNU compatible vsprintf() and sprintf() functions. +/* Test of POSIX and GNU compatible [v]fprintf() and vdprintf() functions. Copyright (C) 2007-2024 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify diff --git a/tests/test-fprintf-posix.h b/tests/test-fprintf-posix.h index b5d023ff5b..8576f58324 100644 --- a/tests/test-fprintf-posix.h +++ b/tests/test-fprintf-posix.h @@ -1,4 +1,4 @@ -/* Test of POSIX compatible vsprintf() and sprintf() functions. +/* Test of POSIX compatible [v]fprintf() and vdprintf() functions. Copyright (C) 2007-2024 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify diff --git a/tests/test-printf-gnu.h b/tests/test-printf-gnu.h index 1dd9d026f7..1ee541669a 100644 --- a/tests/test-printf-gnu.h +++ b/tests/test-printf-gnu.h @@ -1,4 +1,4 @@ -/* Test of POSIX and GNU compatible vsprintf() and sprintf() functions. +/* Test of POSIX and GNU compatible vprintf() and printf() functions. Copyright (C) 2007-2024 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify diff --git a/tests/test-printf-posix.h b/tests/test-printf-posix.h index acb4e82b26..68e8edb175 100644 --- a/tests/test-printf-posix.h +++ b/tests/test-printf-posix.h @@ -1,4 +1,4 @@ -/* Test of POSIX compatible vsprintf() and sprintf() functions. +/* Test of POSIX compatible vprintf() and printf() functions. Copyright (C) 2007-2024 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify diff --git a/tests/test-snzprintf-gnu.h b/tests/test-snzprintf-gnu.h index eb8e503079..072250dc37 100644 --- a/tests/test-snzprintf-gnu.h +++ b/tests/test-snzprintf-gnu.h @@ -1,4 +1,4 @@ -/* Test of POSIX and GNU compatible vsnzprintf() and snzprintf() functions. +/* Test of POSIX and GNU compatible [v]snzprintf(), c_[v]snzprintf() functions. Copyright (C) 2007-2024 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify diff --git a/tests/test-vaszprintf-gnu.h b/tests/test-vaszprintf-gnu.h index 498c8ef730..4b6cb493c0 100644 --- a/tests/test-vaszprintf-gnu.h +++ b/tests/test-vaszprintf-gnu.h @@ -1,4 +1,4 @@ -/* Test of POSIX and GNU compatible vaszprintf() and aszprintf() functions. +/* Test of POSIX and GNU compatible [v]aszprintf(), c_[v]aszprintf() functions. Copyright (C) 2007-2024 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify