Add cmake Setup Instructions For make test

make test will not work without first enabling the build of the tests.
The README.md documentation was not updated when the change that
requires the variable be enabled (863eba92) was pushed.

This resolves part of Issue #249 in that with it in place and clean
working directory the tests will compile and run.

It is probably not enough to consider #249 complete at present as all of
the test fail on my system, suggesting something is grossly wrong.
parent fcb83f89
...@@ -42,8 +42,9 @@ If you want the examples built, then change change the cmake above to: ...@@ -42,8 +42,9 @@ If you want the examples built, then change change the cmake above to:
After running the above, you can then cd into the build/examples directory and run make. After running the above, you can then cd into the build/examples directory and run make.
Optionally, you can also run the tests: Optionally, you can also build and run the tests:
cmake -G "Unix Makefiles" -DPISTACHE_BUILD_TESTS=true ..
make test make test
Be patient, async_test can take some time before completing. Be patient, async_test can take some time before completing.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment