]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
alignasof tests: Rename test file.
authorBruno Haible <bruno@clisp.org>
Sat, 21 Jan 2023 09:07:19 +0000 (10:07 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 21 Jan 2023 09:07:19 +0000 (10:07 +0100)
* tests/test-alignasof.c: Renamed from tests/test-stdalign.c.
* modules/alignasof-tests (Files, Makefile.am): Update accordingly.

ChangeLog
modules/alignasof-tests
tests/test-alignasof.c [moved from tests/test-stdalign.c with 99% similarity]

index ac0509b30fe77ca818dc38c1492f564ecf3e3b80..1de0058d5e7598dc063e74577c2569ba196385ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-01-21  Bruno Haible  <bruno@clisp.org>
+
+       alignasof tests: Rename test file.
+       * tests/test-alignasof.c: Renamed from tests/test-stdalign.c.
+       * modules/alignasof-tests (Files, Makefile.am): Update accordingly.
+
 2023-01-21  Bruno Haible  <bruno@clisp.org>
 
        alignasof tests: Fix GCC warning (regression 2023-01-15).
index 95602c2fef861fd53eb5a711eb0828b92f692846..35bef17b99518b64df3b8b73660e966e47fb0d0b 100644 (file)
@@ -1,5 +1,5 @@
 Files:
-tests/test-stdalign.c
+tests/test-alignasof.c
 tests/macros.h
 
 Depends-on:
@@ -9,5 +9,5 @@ stdint
 configure.ac:
 
 Makefile.am:
-TESTS += test-stdalign
-check_PROGRAMS += test-stdalign
+TESTS += test-alignasof
+check_PROGRAMS += test-alignasof
similarity index 99%
rename from tests/test-stdalign.c
rename to tests/test-alignasof.c
index 85008e62e4e69b33cc5b352ee1dede96f0d8f0c2..18c0d4886620c6b607fe70b1d8bae6df2b091801 100644 (file)
@@ -1,4 +1,4 @@
-/* Test of <stdalign.h>.
+/* Test of alignasof module.
    Copyright 2009-2023 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify