diff options
Diffstat (limited to 'extras/libmemif/docs/buildinstructions_doc.rst')
-rw-r--r-- | extras/libmemif/docs/buildinstructions_doc.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/extras/libmemif/docs/buildinstructions_doc.rst b/extras/libmemif/docs/buildinstructions_doc.rst index f7770fc7fa4..6609f7a1926 100644 --- a/extras/libmemif/docs/buildinstructions_doc.rst +++ b/extras/libmemif/docs/buildinstructions_doc.rst @@ -49,6 +49,26 @@ Use ``-?`` flag to display help:: -? Show help and exit. -v Show libmemif and memif version information and exit. +Running tests: +-------------- + +Tests needs to their proper functioning Unity framework which is depended externally and cloned from official git repository:: + + mkdir -p extras/libmemif/build + cd extras/libmemif/build + cmake .. + make + ctest + +``ctest`` will execute the tests and print out brief information about test suites with their statuses. + +In case we want verbose: :: + + ctest --verbose + ctest --extra-verbose + +If there are any needs to debug tests, just add to cmake command ``-DCMAKE_BUILD_TYPE=Debug`` flag. + Use Cases --------- |