Skip to content

Commit 945882c

Browse files
authored
Merge pull request #48544 from Dr15Jones/verboseConcurrencyTest
Switch Concurrency test to use catch2
2 parents 3df9956 + ec20ca9 commit 945882c

9 files changed

+637
-777
lines changed

FWCore/Concurrency/test/BuildFile.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
<bin name="testFWCoreConcurrency" file="*.cppunit.cpp">
2-
<use name="cppunit"/>
1+
<bin name="testFWCoreConcurrency" file="test2_catch2_*.cc">
2+
<use name="catch2"/>
33
<use name="FWCore/Concurrency"/>
4+
<use name="tbb"/>
5+
<!-- be verbose to help find failure-->
6+
<flags TEST_RUNNER_CMD="testFWCoreConcurrency -s"/>
47
</bin>
58

69
<bin file="test_threadSafeOutputFileStream.cpp">

FWCore/Concurrency/test/limitedtaskqueue_t.cppunit.cpp

Lines changed: 0 additions & 234 deletions
This file was deleted.

0 commit comments

Comments
 (0)