mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 06:50:07 +00:00
7 lines
188 B
Plaintext
7 lines
188 B
Plaintext
|
Testing of installed package:
|
||
|
|
||
|
$ [libpthread]/configure --prefix=[install_root]
|
||
|
$ make
|
||
|
$ make install
|
||
|
$ make -C [libpthread]/tests/ INSTALL_ROOT=[install_root] clean check
|