diff options
Diffstat (limited to 'web/input/doc/faq/libtap.md')
-rw-r--r-- | web/input/doc/faq/libtap.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/input/doc/faq/libtap.md b/web/input/doc/faq/libtap.md index 29cd357..c592030 100644 --- a/web/input/doc/faq/libtap.md +++ b/web/input/doc/faq/libtap.md | |||
@@ -10,10 +10,10 @@ tests are in `lib/tests/test_*.c`. | |||
10 | The latest libtap version is currently 1.01. However, there is a bug with the | 10 | The latest libtap version is currently 1.01. However, there is a bug with the |
11 | thread implementation. To workaround, run: | 11 | thread implementation. To workaround, run: |
12 | 12 | ||
13 | CPPFLAGS="-UHAVE_LIBPTHREAD" ./configure | 13 | $ CPPFLAGS="-UHAVE_LIBPTHREAD" ./configure |
14 | make | 14 | $ make |
15 | make check | 15 | $ make check |
16 | make install | 16 | $ make install |
17 | 17 | ||
18 | Now when you run the Nagios Plugins `./configure` script, it should find the | 18 | Now when you run the Nagios Plugins `./configure` script, it should find the |
19 | libtap library and compile the tests and run them when you run `make` `test`. | 19 | libtap library and compile the tests and run them when you run `make` `test`. |