From 337306600b709065dc4b3a0949bba94b1338252d Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 24 Aug 2017 14:34:09 +0200 Subject: INSTALL: mention the way to test Signed-off-by: Nikos Mavrogiannopoulos Reviewed-by: Andreas Schneider --- INSTALL | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'INSTALL') 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. -- cgit v1.2.3