Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 308a3f2

Browse files
strknyalldawson
authored andcommittedMar 5, 2023
Label testqgspostgresprovider.cpp as a POSTGRES test
1 parent dc58e15 commit 308a3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/src/providers/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ add_qgis_test(testqgswmsprovider.cpp MODULE provider LINKEDLIBRARIES provider_wm
3838

3939
if (POSTGRES_FOUND)
4040
add_qgis_test(testqgspostgresexpressioncompiler.cpp MODULE provider LINKEDLIBRARIES provider_postgres_a qgis_core)
41-
add_qgis_test(testqgspostgresprovider.cpp MODULE provider LINKEDLIBRARIES provider_postgres_a qgis_core)
41+
add_qgis_test(testqgspostgresprovider.cpp MODULE provider LINKEDLIBRARIES provider_postgres_a qgis_core LABELS "POSTGRES")
4242
add_qgis_test(testqgspostgresconn.cpp MODULE provider LINKEDLIBRARIES provider_postgres_a qgis_core LABELS "POSTGRES")
4343
endif()
4444

0 commit comments

Comments
 (0)
Please sign in to comment.