@@ -229,7 +229,7 @@ macro(ssg_refcheck_test PRODUCT PROFILE KEY)
229229 set_tests_properties ("refchecker-${PRODUCT} -${PROFILE} " PROPERTIES LABELS quick )
230230endmacro ()
231231
232- macro (stig_srg_mapping PRODUCT )
232+ macro (stig_srg_mapping_test PRODUCT )
233233 add_test (
234234 NAME "stig-srg-mapping-${PRODUCT} "
235235 COMMAND env "PYTHONPATH=$ENV{PYTHONPATH} " "${PYTHON_EXECUTABLE} " "${CMAKE_CURRENT_SOURCE_DIR} /stig_srg_mapping.py" --prefix "SRG-OS" --build-root "${CMAKE_BINARY_DIR} " --root "${CMAKE_SOURCE_DIR} " ${PRODUCT}
@@ -247,23 +247,23 @@ if(PYTHON_VERSION_MAJOR GREATER 2 AND SSG_PRODUCT_RHEL9)
247247 ssg_refcheck_test ("rhel9" "ccn_advanced" "ccn" )
248248 # This exclude can be removed once enable_authselect has a stigid
249249 ssg_refcheck_test ("rhel9" "stig" "stigid" "enable_authselect" )
250- stig_srg_mapping ("rhel9" )
250+ stig_srg_mapping_test ("rhel9" )
251251endif ()
252252
253253if (PYTHON_VERSION_MAJOR GREATER 2 AND SSG_PRODUCT_RHEL8)
254254 ssg_refcheck_test ("rhel8" "cis_workstation_l1" "cis" )
255255 ssg_refcheck_test ("rhel8" "cis_workstation_l2" "cis" )
256256 ssg_refcheck_test ("rhel8" "cis_server_l1" "cis" )
257257 ssg_refcheck_test ("rhel8" "cis" "cis" )
258- stig_srg_mapping ("rhel8" )
258+ stig_srg_mapping_test ("rhel8" )
259259endif ()
260260
261261if (PYTHON_VERSION_MAJOR GREATER 2 AND SSG_PRODUCT_RHEL7)
262262 ssg_refcheck_test ("rhel7" "cis_workstation_l1" "cis" )
263263 ssg_refcheck_test ("rhel7" "cis_workstation_l2" "cis" )
264264 ssg_refcheck_test ("rhel7" "cis_server_l1" "cis" )
265265 ssg_refcheck_test ("rhel7" "cis" "cis" )
266- stig_srg_mapping ("rhel7" )
266+ stig_srg_mapping_test ("rhel7" )
267267endif ()
268268
269269macro (ssg_controlrefcheck_test PRODUCT CONTROL KEY )
0 commit comments