diff options
Diffstat (limited to 'htl/tests/README')
-rw-r--r-- | htl/tests/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/htl/tests/README b/htl/tests/README new file mode 100644 index 0000000000..230f1b24f0 --- /dev/null +++ b/htl/tests/README @@ -0,0 +1,6 @@ +Testing of installed package: + + $ [libpthread]/configure --prefix=[install_root] + $ make + $ make install + $ make -C [libpthread]/tests/ INSTALL_ROOT=[install_root] clean check |