mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 02:34:55 +00:00
alignasof tests: Rename test file.
* tests/test-alignasof.c: Renamed from tests/test-stdalign.c. * modules/alignasof-tests (Files, Makefile.am): Update accordingly.
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user