]> Savannah Git Hosting - gnulib.git/commit
stdbit tests: Adhere better to Gnulib naming conventions.
authorBruno Haible <bruno@clisp.org>
Mon, 13 May 2024 21:46:59 +0000 (23:46 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 13 May 2024 21:50:09 +0000 (23:50 +0200)
commit59b39732ddacf818d2c9cb6086a0f31dd252944d
tree7ebd3cacaeaaf4e4aa06d7050045934675528208
parentd7768ff1c6acf7384a92e8a46cf5836889c7f398
stdbit tests: Adhere better to Gnulib naming conventions.

* tests/from-glibc/tst-stdc_bit_ceil.c: Renamed from
tests/tst-stdc_bit_ceil.c.
* tests/from-glibc/tst-stdc_bit_floor.c: Renamed from
tests/tst-stdc_bit_floor.c.
* tests/from-glibc/tst-stdc_bit_width.c: Renamed from
tests/tst-stdc_bit_width.c.
* tests/from-glibc/tst-stdc_count_ones.c: Renamed from
tests/tst-stdc_count_ones.c.
* tests/from-glibc/tst-stdc_count_zeros.c: Renamed from
tests/tst-stdc_count_zeros.c.
* tests/from-glibc/tst-stdc_first_leading_one.c: Renamed from
tests/tst-stdc_first_leading_one.c.
* tests/from-glibc/tst-stdc_first_leading_zero.c: Renamed from
tests/tst-stdc_first_leading_zero.c.
* tests/from-glibc/tst-stdc_first_trailing_one.c: Renamed from
tests/tst-stdc_first_trailing_one.c.
* tests/from-glibc/tst-stdc_first_trailing_zero.c: Renamed from
tests/tst-stdc_first_trailing_zero.c.
* tests/from-glibc/tst-stdc_has_single_bit.c: Renamed from
tests/tst-stdc_has_single_bit.c.
* tests/from-glibc/tst-stdc_leading_ones.c: Renamed from
tests/tst-stdc_leading_ones.c.
* tests/from-glibc/tst-stdc_leading_zeros.c: Renamed from
tests/tst-stdc_leading_zeros.c.
* tests/from-glibc/tst-stdc_trailing_ones.c: Renamed from
tests/tst-stdc_trailing_ones.c.
* tests/from-glibc/tst-stdc_trailing_zeros.c: Renamed from
tests/tst-stdc_trailing_zeros.c.
* tests/from-glibc/tst-stdbit.h: Renamed from tests/tst-stdbit.h.
* tests/from-glibc/support/test-driver.c: Renamed from
tests/support/test-driver.c.
* modules/stdbit-tests (Files, Makefile.am): Update.
* config/srclist.txt: Update.
35 files changed:
ChangeLog
config/srclist.txt
modules/stdbit-tests
tests/from-glibc/support/test-driver.c [new file with mode: 0644]
tests/from-glibc/tst-stdbit.h [new file with mode: 0644]
tests/from-glibc/tst-stdc_bit_ceil.c [new file with mode: 0644]
tests/from-glibc/tst-stdc_bit_floor.c [new file with mode: 0644]
tests/from-glibc/tst-stdc_bit_width.c [new file with mode: 0644]
tests/from-glibc/tst-stdc_count_ones.c [new file with mode: 0644]
tests/from-glibc/tst-stdc_count_zeros.c [new file with mode: 0644]
tests/from-glibc/tst-stdc_first_leading_one.c [new file with mode: 0644]
tests/from-glibc/tst-stdc_first_leading_zero.c [new file with mode: 0644]
tests/from-glibc/tst-stdc_first_trailing_one.c [new file with mode: 0644]
tests/from-glibc/tst-stdc_first_trailing_zero.c [new file with mode: 0644]
tests/from-glibc/tst-stdc_has_single_bit.c [new file with mode: 0644]
tests/from-glibc/tst-stdc_leading_ones.c [new file with mode: 0644]
tests/from-glibc/tst-stdc_leading_zeros.c [new file with mode: 0644]
tests/from-glibc/tst-stdc_trailing_ones.c [new file with mode: 0644]
tests/from-glibc/tst-stdc_trailing_zeros.c [new file with mode: 0644]
tests/support/test-driver.c [deleted file]
tests/tst-stdbit.h [deleted file]
tests/tst-stdc_bit_ceil.c [deleted file]
tests/tst-stdc_bit_floor.c [deleted file]
tests/tst-stdc_bit_width.c [deleted file]
tests/tst-stdc_count_ones.c [deleted file]
tests/tst-stdc_count_zeros.c [deleted file]
tests/tst-stdc_first_leading_one.c [deleted file]
tests/tst-stdc_first_leading_zero.c [deleted file]
tests/tst-stdc_first_trailing_one.c [deleted file]
tests/tst-stdc_first_trailing_zero.c [deleted file]
tests/tst-stdc_has_single_bit.c [deleted file]
tests/tst-stdc_leading_ones.c [deleted file]
tests/tst-stdc_leading_zeros.c [deleted file]
tests/tst-stdc_trailing_ones.c [deleted file]
tests/tst-stdc_trailing_zeros.c [deleted file]