2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-22 17:52:30 +00:00
Files
website/common/code/test
Daniel James 0cfef1fceb Store library path in metadata, instead of module.
This allowed me to simplify some of update-doc-list as there's no longer
any need to work out the module for a library.  This might break
update-doc-list in places. Will work on that next.
2016-07-04 22:45:49 +01:00
..
2016-06-02 09:04:44 +01:00

Most of the website is completely self-contained, but the tests use composer
to pull in some dependencies. You'll need to install composer from
https://getcomposer.org/

Then in this directory run:

    composer install

And that should install all the dependencies into the `vendor` directory.

You should now be able to run individual tests directly:

    php filters.phpt

Or run all the tests using something like:

    ./vendor/bin/tester -p php -c config/php.ini tests