glibc/htl/tests
Paul Eggert 581c785bf3 Update copyright dates with scripts/update-copyrights
I used these shell commands:

../glibc/scripts/update-copyrights $PWD/../gnulib/build-aux/update-copyright
(cd ../glibc && git commit -am"[this commit message]")

and then ignored the output, which consisted lines saying "FOO: warning:
copyright statement not found" for each of 7061 files FOO.

I then removed trailing white space from math/tgmath.h,
support/tst-support-open-dev-null-range.c, and
sysdeps/x86_64/multiarch/strlen-vec.S, to work around the following
obscure pre-commit check failure diagnostics from Savannah.  I don't
know why I run into these diagnostics whereas others evidently do not.

remote: *** 912-#endif
remote: *** 913:
remote: *** 914-
remote: *** error: lines with trailing whitespace found
...
remote: *** error: sysdeps/unix/sysv/linux/statx_cp.c: trailing lines
2022-01-01 11:40:24 -08:00
..
Makefile hurd: Add hurd thread library 2018-04-02 01:44:14 +02:00
README hurd: Add hurd thread library 2018-04-02 01:44:14 +02:00
test-1.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
test-2.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
test-3.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
test-4.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
test-5.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
test-6.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
test-7.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
test-8.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
test-9.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
test-10.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
test-11.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
test-12.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
test-13.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
test-14.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
test-15.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
test-16.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
test-17.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
test-__pthread_destroy_specific-skip.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00

README

Testing of installed package:

    $ [libpthread]/configure --prefix=[install_root]
    $ make
    $ make install
    $ make -C [libpthread]/tests/ INSTALL_ROOT=[install_root] clean check