Commit 3e865635 authored by Geoff Simmons's avatar Geoff Simmons

add a note about VMODs required for make check

parent bcf30342
Pipeline #61 skipped
...@@ -26,4 +26,9 @@ For development/debugging cycles, the ``configure`` option ...@@ -26,4 +26,9 @@ For development/debugging cycles, the ``configure`` option
off optimizations and function inlining, so that a debugger will step off optimizations and function inlining, so that a debugger will step
through the code as expected. through the code as expected.
To run the VTC test cases in ``src/test`` (as when ``make check`` is
invoked), you must have the VMODs ``blobcode`` and ``blob`` installed.
* source repository: https://code.uplex.de/uplex-varnish/libvmod-blobdigest * source repository: https://code.uplex.de/uplex-varnish/libvmod-blobdigest
* VMOD blobcode: https://code.uplex.de/uplex-varnish/libvmod-blobcode
* VMOD blob: https://code.uplex.de/uplex-varnish/libvmod-blob
...@@ -480,7 +480,9 @@ REQUIREMENTS ...@@ -480,7 +480,9 @@ REQUIREMENTS
This VMOD requires at least Varnish version 4.1, and has been tested This VMOD requires at least Varnish version 4.1, and has been tested
against versions through 5.0.0. against versions through 5.0.0.
Perl 5 is required for the build. Perl 5 is required for the build. For the self-tests invoked by ``make
check``, the VMODs ``blobcode`` and ``blob`` must be installed (see
`SEE ALSO`_).
LIMITATIONS LIMITATIONS
=========== ===========
......
...@@ -419,7 +419,9 @@ REQUIREMENTS ...@@ -419,7 +419,9 @@ REQUIREMENTS
This VMOD requires at least Varnish version 4.1, and has been tested This VMOD requires at least Varnish version 4.1, and has been tested
against versions through 5.0.0. against versions through 5.0.0.
Perl 5 is required for the build. Perl 5 is required for the build. For the self-tests invoked by ``make
check``, the VMODs ``blobcode`` and ``blob`` must be installed (see
`SEE ALSO`_).
LIMITATIONS LIMITATIONS
=========== ===========
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment