* 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: 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).
Files:
-tests/test-stdalign.c
+tests/test-alignasof.c
tests/macros.h
Depends-on:
configure.ac:
Makefile.am:
-TESTS += test-stdalign
-check_PROGRAMS += test-stdalign
+TESTS += test-alignasof
+check_PROGRAMS += test-alignasof
-/* 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