From 812de0545d2ac39b9a7214cd69c7674246e18bf7 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sat, 9 Jan 2021 17:57:30 +0100 Subject: [PATCH] test can be run all in one go with make --- CONTRIBUTING.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2d2877bf..a6145667 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,14 +57,9 @@ The coding style is enforced with PHPCS and can be tested with: ## Testing -Before submitting a pull request make sure that the following tests pass: +Before submitting a pull request make sure that the tests pass: ``` - cd test/bdd - behave -DBUILDDIR= db osm2pgsql -``` - -``` - cd test/php - phpunit ./ + cd build + make test ``` -- 2.45.1