1Testing of installed package:
2
3    $ [libpthread]/configure --prefix=[install_root]
4    $ make
5    $ make install
6    $ make -C [libpthread]/tests/ INSTALL_ROOT=[install_root] clean check
7