Skip to content

Commit

Permalink
Add note about running the tests using boost build for issue #99
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Feb 4, 2017
1 parent 9df33a4 commit 919b361
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/src/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ The tests can be built and run by using the `check` target:

cmake --build . --target check

The tests can also be ran using Boost.Build, just copy library to the boost source tree, and then:

cd test
b2

Documentation
-------------

Expand Down

0 comments on commit 919b361

Please sign in to comment.