1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
<use name="boost"/>
<use name="cppunit"/>
<use name="DataFormats/Common"/>
<library name="testTriggerResults" file="TestReadTriggerResults.cc,TestWriteTriggerResults.cc">
<flags EDM_PLUGIN="1"/>
<use name="FWCore/Framework"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/Utilities"/>
</library>
<test name="TestTriggerResultsFormat" command="TestTriggerResultsFormat.sh"/>
<bin name="testDataFormatsCommon" file="testRunner.cpp,testOwnVector.cc,testOneToOneAssociation.cc,testValueMap.cc,testOneToManyAssociation.cc,testAssociationVector.cc,testAssociationNew.cc,testValueMapNew.cc,testSortedCollection.cc,testRangeMap.cc,ref_t.cppunit.cc,DetSetRefVector_t.cppunit.cc,reftobasevector_t.cppunit.cc,cloningptr_t.cppunit.cc,ptr_t.cppunit.cc,ptrvector_t.cppunit.cc,containermask_t.cppunit.cc,reftobaseprod_t.cppunit.cc,handle_t.cppunit.cc">
</bin>
<bin name="testDataFormatsCommonCatch2" file="DetSetVector_t.cpp,exDSTV.cpp,exTrie.cpp,OwnVector_t.cpp,Wrapper_t.cpp,testBoostRange.cpp,reftobase_t.cpp,">
<use name="catch2"/>
</bin>
<bin file="DictionaryTools_t.cpp">
</bin>
<bin file="traits_t.cpp">
</bin>
<bin file="RefCore_t.cpp">
</bin>
<bin file="Ref_t.cpp">
</bin>
<bin file="ThinnedRefSet_t.cpp">
<use name="catch2"/>
</bin>
<bin file="RefVector_t.cpp">
</bin>
<bin file="DataFrame_t.cpp">
</bin>
<bin file="DetSetNew_t.cpp">
</bin>
<bin file="DetSetNewTS_t.cpp">
</bin>
<bin file="MapOfVectors_t.cpp">
</bin>
<bin file="Trie_t.cpp">
</bin>
<bin name="testMultiAssociation" file="testRunner.cpp,testMultiAssociation.cc">
</bin>
<bin file="StdArray_t.cpp">
<use name="catch2"/>
</bin>
|