Skip to content

Commit 2ed0e09

Browse files
author
Tom Manner
committed
A little more documentation.
1 parent 18f0c0c commit 2ed0e09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ To build a single `.so` library file for `cppdigraph`:
1212
make
1313

1414
### As a Developer
15-
To produce the entire
15+
To build the library and test environment for `cppdigraph`:
1616

1717
mkdir build
1818
cd build
1919
cmake ..
2020
make
21+
22+
Once the test environment is compiled, you can run them with `ctest`. Tests are registered in `test/CMakeLists.txt` using the `add_test` directive. To see the stdout of the tests as they run, use `ctest -V`.

0 commit comments

Comments
 (0)