We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7143145 commit 5c06111Copy full SHA for 5c06111
README.md
@@ -124,6 +124,14 @@ On most systems you can build the library using the following commands
124
125
Alternatively you can point the CMake GUI tool to the CMakeLists.txt file and generate platform specific build project or IDE workspace.
126
127
+Once built, you can run the tests from the `build` directory with the command
128
+
129
+ $ make test
130
131
+Alternatively you can run the test suite directly using,
132
133
+ $ ./libgit2_clar
134
135
To install the library you can specify the install prefix by setting:
136
137
$ cmake .. -DCMAKE_INSTALL_PREFIX=/install/prefix
0 commit comments