glibc/htl/tests
Paul Eggert 2b778ceb40 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 6694 files FOO.
I then removed trailing white space from benchtests/bench-pthread-locks.c
and iconvdata/tst-iconv-big5-hkscs-to-2ucs4.c, to work around this
diagnostic from Savannah:
remote: *** pre-commit check failed ...
remote: *** error: lines with trailing whitespace found
remote: error: hook declined to update refs/heads/master
2021-01-02 12:17:34 -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 2021-01-02 12:17:34 -08:00
test-2.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
test-3.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
test-4.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
test-5.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
test-6.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
test-7.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
test-8.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
test-9.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
test-10.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
test-11.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
test-12.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
test-13.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
test-14.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
test-15.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
test-16.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
test-17.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
test-__pthread_destroy_specific-skip.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00

Testing of installed package:

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