Unverified Commit dc4a1008 authored by Dennis Jenkins's avatar Dennis Jenkins Committed by GitHub

unit tests require example binaries to be built

parent 1e30fae1
...@@ -42,9 +42,9 @@ If you want the examples built, then change change the cmake above to: ...@@ -42,9 +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 build and run the tests: Optionally, you can also build and run the tests (tests require the examples):
cmake -G "Unix Makefiles" -DPISTACHE_BUILD_TESTS=true .. cmake -G "Unix Makefiles" -DPISTACHE_BUILD_EXAMPLES=true -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