Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
<use name="CondCore/CondDB"/>
<use name="CondCore/Utilities"/>
<use name="CondFormats/Common"/>
<use name="FWCore/PluginManager"/>
<use name="rootgraphics"/>
<bin file="testBasicPayload.cpp" name="testBasicPayload">
</bin>

<bin file="testHistograms.cpp" name="testHistograms">
</bin>

<bin file="testPngHistograms.cpp" name="testPngHistograms">
</bin>

<test name="testGetPayloadData" command="test_getPayloadData.sh"/>


<test name="testUploadConditions" command="test_uploadConditions.sh">
  <flags PRE_TEST="testBasicPayload"/>
</test>

<test name="test_conddb" command="test_conddb.sh">
 <flags PRE_TEST="testBasicPayload"/>
</test>