From 06767c094ceb57f3f79b9e5d8a52fdb1b4ab3962 Mon Sep 17 00:00:00 2001 From: hugh Date: Mon, 19 Jun 2023 20:58:21 -0400 Subject: [PATCH] d flag typos --- tests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/README.md b/tests/README.md index f6728b7ecb6..b92acad5146 100644 --- a/tests/README.md +++ b/tests/README.md @@ -4,7 +4,7 @@ QGIS unit tests # Building tests Make sure that you have enabled building of tests in CMake. -`cmake -DENABLE_TESTS=ON ..` +`cmake -D E NABLE_TESTS=ON ..` # Setting up the test environment @@ -21,7 +21,7 @@ options. ## Postgres 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 which the postgres provider can connect.