mirror of
https://github.com/boostorg/website.git
synced 2026-01-26 07:02:23 +00:00
It used to just grab anything that looked like a version number from a string. Now the whole string must be a version number. Left the library list in a little bit of a mess, but will clean that up next.
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