From a6efb4ce59a1778a8e80357ecdd7efc58c1b62e0 Mon Sep 17 00:00:00 2001 From: Christophe Tribes Date: Fri, 23 Apr 2021 11:18:23 -0400 Subject: [PATCH] Add nomad binary test for nomad version --- doc/user_guide/source/Installation.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/user_guide/source/Installation.rst b/doc/user_guide/source/Installation.rst index 526b8f6b..777a1ac1 100644 --- a/doc/user_guide/source/Installation.rst +++ b/doc/user_guide/source/Installation.rst @@ -107,7 +107,6 @@ Additionally a symbolic link to ``nomad`` binary is available:: - Bulding for debug version """"""""""""""""""""""""" @@ -135,7 +134,15 @@ Testing installation ==================== Once building and installation have been performed some tests can be performed. -By default the examples are built and can be tested:: + +The NOMAD binary can be tested:: + + $NOMAD_HOME/bin/nomad -v + +This should return the version number on the command line. + + +Additionally, by default the examples are built and can be tested:: cd build/release ctest