glibc/htl/tests
2020-01-01 00:14:33 +00: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. 2020-01-01 00:14:33 +00:00
test-2.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
test-3.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
test-4.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
test-5.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
test-6.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
test-7.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
test-8.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
test-9.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
test-10.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
test-11.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
test-12.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
test-13.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
test-14.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
test-15.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
test-16.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
test-17.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
test-__pthread_destroy_specific-skip.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00

Testing of installed package:

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