tests/bench: Rename test_akcipher_keys.inc -> test_akcipher_keys.c.inc
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 10 Sep 2024 11:28:33 +0000 (13:28 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 20 Sep 2024 07:08:24 +0000 (10:08 +0300)
commit4e432a1624ba96981cc4b640b1dc2a95ee2b659a
treedb588fc0e7593c19c0dd48c0e6d1fc0db672c6e8
parentb8daa5fc8b18e05e350e5ad48eb9009afec8b373
tests/bench: Rename test_akcipher_keys.inc -> test_akcipher_keys.c.inc

Since commit 139c1837db ("meson: rename included C source files
to .c.inc"), QEMU standard procedure for included C files is to
use *.c.inc.

Besides, since commit 6a0057aa22 ("docs/devel: make a statement
about includes") this is documented in the Coding Style:

  If you do use template header files they should be named with
  the ``.c.inc`` or ``.h.inc`` suffix to make it clear they are
  being included for expansion.

Rename "test_akcipher_keys.inc" as "test_akcipher_keys.c.inc".

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
tests/bench/benchmark-crypto-akcipher.c
tests/bench/test_akcipher_keys.c.inc [new file with mode: 0644]
tests/bench/test_akcipher_keys.inc [deleted file]