Commit 5c06111be6f2157de6d3eb3a1b0de2f2683810e5

Richard Ipsum 2017-02-25T17:13:15

README: Mention how to run tests

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/README.md b/README.md
index 19d24de..c3fb27c 100644
--- a/README.md
+++ b/README.md
@@ -124,6 +124,14 @@ On most systems you can build the library using the following commands
 
 Alternatively you can point the CMake GUI tool to the CMakeLists.txt file and generate platform specific build project or IDE workspace.
 
+Once built, you can run the tests from the `build` directory with the command
+
+	$ make test
+
+Alternatively you can run the test suite directly using,
+
+	$ ./libgit2_clar
+
 To install the library you can specify the install prefix by setting:
 
 	$ cmake .. -DCMAKE_INSTALL_PREFIX=/install/prefix