Skip to content

Commit

Permalink
change target names for geometry tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Koyaani authored and nyalldawson committed Sep 17, 2021
1 parent b5dbbb9 commit 9c85b96
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/src/core/geometry/CMakeLists.txt
Expand Up @@ -19,9 +19,6 @@ set(TESTS
testqgscompoundcurve.cpp
testqgscurvepolygon.cpp
testqgsellipse.cpp
testqgsgeometry.cpp
testqgsgeometrycollection.cpp
testqgsgeometryutils.cpp
testqgslinestring.cpp
testqgsmulticurve.cpp
testqgsmultilinestring.cpp
Expand All @@ -38,5 +35,9 @@ set(TESTS
)

foreach(TESTSRC ${TESTS})
add_qgis_test(${TESTSRC} MODULE core LINKEDLIBRARIES qgis_core)
add_qgis_test(${TESTSRC} MODULE core_geometry LINKEDLIBRARIES qgis_core)
endforeach(TESTSRC)

add_qgis_test(testqgsgeometry.cpp MODULE core LINKEDLIBRARIES qgis_core)
add_qgis_test(testqgsgeometrycollection.cpp MODULE core LINKEDLIBRARIES qgis_core)
add_qgis_test(testqgsgeometryutils.cpp MODULE core LINKEDLIBRARIES qgis_core)

0 comments on commit 9c85b96

Please sign in to comment.