Skip to content

Commit

Permalink
COMP: Add "dcmqrscp" resource lock to CTK DICOM Echo and Scheduler tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Jan 18, 2024
1 parent d51bccd commit f0c906f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Libs/DICOM/Core/Testing/Cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ SIMPLE_TEST(ctkDICOMEchoTest1
${CTKData_DIR}/Data/DICOM/MRHEAD/000055.IMA
${CTKData_DIR}/Data/DICOM/MRHEAD/000056.IMA
)
set_property(TEST "ctkDICOMEchoTest1" PROPERTY RESOURCE_LOCK "dcmqrscp")

# ctkDICOMModel
SIMPLE_TEST(ctkDICOMModelTest1
Expand Down Expand Up @@ -103,6 +104,7 @@ SIMPLE_TEST(ctkDICOMSchedulerTest1
${CTKData_DIR}/Data/DICOM/MRHEAD/000058.IMA
${CTKData_DIR}/Data/DICOM/MRHEAD/000059.IMA
)
set_property(TEST "ctkDICOMSchedulerTest1" PROPERTY RESOURCE_LOCK "dcmqrscp")

# ctkDICOMTester
SIMPLE_TEST( ctkDICOMTesterTest1 )
Expand Down

0 comments on commit f0c906f

Please sign in to comment.