Line Code
1 2 3 4 5 6 7 8 9 10 11
<use name="DQMServices/Core"/>
<use name="FWCore/Framework"/>
<use name="FWCore/ParameterSet"/>
<library file="*.cc" name="DQMServicesDemoTestPlugins">
  <flags EDM_PLUGIN="1"/>
</library>

<test name="TestDQMServicesDemo" command="runtests.sh"/>
<test name="TestDQMGUIUpload" command="test_dqmgui_upload.sh">
  <flags PRE_TEST="TestDQMServicesDemo"/>  
</test>