aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-08-24 14:34:09 +0200
committerAndreas Schneider <asn@cryptomilk.org>2017-08-24 15:58:33 +0200
commit337306600b709065dc4b3a0949bba94b1338252d (patch)
tree3fbce11430a4dc7b10d96744289f84af157d38f4
parentefb7635162db5242053ac8ea4b3a34c068e79475 (diff)
downloadlibssh-337306600b709065dc4b3a0949bba94b1338252d.tar.gz
libssh-337306600b709065dc4b3a0949bba94b1338252d.tar.xz
libssh-337306600b709065dc4b3a0949bba94b1338252d.zip
INSTALL: mention the way to test
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--INSTALL6
1 files changed, 5 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 25960367..9e107881 100644
--- a/INSTALL
+++ b/INSTALL
@@ -31,13 +31,17 @@ First, you need to configure the compilation, using CMake. Go inside the
GNU/Linux, MacOS X, MSYS/MinGW:
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ..
+ cmake -DWITH_TESTING=ON -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ..
make
On Windows you should choose a makefile gernerator with -G or use
cmake-gui.exe ..
+## Testing build
+
+ make test
+
### CMake standard options
Here is a list of the most interesting options provided out of the box by
CMake.