summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2014-07-14 19:31:33 -0400
committerAllen Winter <allen.winter@kdab.com>2014-07-14 19:31:33 -0400
commitb9a01a7a46610bbbeba5cee8b4ced562c3bf0530 (patch)
tree3629bb9c77be05b22b36b702403c7b73c47f2c04 /Install.txt
parent8ae2cb44deaa8f675db3868b754ce60e61ac838c (diff)
downloadlibical-git-b9a01a7a46610bbbeba5cee8b4ced562c3bf0530.tar.gz
minor clarification on making tests
Diffstat (limited to 'Install.txt')
-rw-r--r--Install.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/Install.txt b/Install.txt
index 48756dfc..d0c3fe23 100644
--- a/Install.txt
+++ b/Install.txt
@@ -44,5 +44,8 @@ Building on Windows under Cygwin:
% make
% make install
-To run the test suite, run 'make test'.
-To run the test suite in verbose mode, run 'make test ARGS="-V"'.
+To run the test suite, from inside the build directory
+run 'make test' (or 'nmake test' or 'mingw32-make test')
+
+To run the test suite in verbose mode, pass ARGS="-V" to the make command
+For example: nmake test ARGS="-V"