mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Merge pull request #53514 from HughKelley/test_readme_typos
Test readme typos
This commit is contained in:
commit
702e370846
@ -779,10 +779,10 @@ QGIS_DEPS_VERSION=0.9;\
|
|||||||
QT_VERSION=5.15.2;\
|
QT_VERSION=5.15.2;\
|
||||||
PATH=/opt/QGIS/qgis-deps-${QGIS_DEPS_VERSION}/stage/bin:$PATH;\
|
PATH=/opt/QGIS/qgis-deps-${QGIS_DEPS_VERSION}/stage/bin:$PATH;\
|
||||||
cmake \
|
cmake \
|
||||||
-DCMAKE_INSTALL_PREFIX=~/Applications \
|
-D CMAKE_INSTALL_PREFIX=~/Applications \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-D CMAKE_BUILD_TYPE=Release \
|
||||||
-DQGIS_MAC_DEPS_DIR=/opt/QGIS/qgis-deps-${QGIS_DEPS_VERSION}/stage \
|
-D QGIS_MAC_DEPS_DIR=/opt/QGIS/qgis-deps-${QGIS_DEPS_VERSION}/stage \
|
||||||
-DCMAKE_PREFIX_PATH=/opt/Qt/${QT_VERSION}/clang_64 \
|
-D CMAKE_PREFIX_PATH=/opt/Qt/${QT_VERSION}/clang_64 \
|
||||||
../QGIS
|
../QGIS
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ QGIS unit tests
|
|||||||
# Building tests
|
# Building tests
|
||||||
|
|
||||||
Make sure that you have enabled building of tests in CMake.
|
Make sure that you have enabled building of tests in CMake.
|
||||||
`cmake -DENABLE_TESTS=ON ..`
|
`cmake -D ENABLE_TESTS=ON ..`
|
||||||
|
|
||||||
# Setting up the test environment
|
# Setting up the test environment
|
||||||
|
|
||||||
@ -21,7 +21,7 @@ options.
|
|||||||
## Postgres
|
## Postgres
|
||||||
|
|
||||||
Make sure that you have enabled building of postgres test in CMake.
|
Make sure that you have enabled building of postgres test in CMake.
|
||||||
`cmake -DENABLE_TESTS=ON -DENABLE_PGTEST=ON ..`
|
`cmake -D ENABLE_TESTS=ON -D ENABLE_PGTEST=ON ..`
|
||||||
|
|
||||||
To test the postgres provider you will need to setup a test database
|
To test the postgres provider you will need to setup a test database
|
||||||
to which the postgres provider can connect.
|
to which the postgres provider can connect.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user