Skip to content
Snippets Groups Projects

Remove obsolete CMakeLists.txt and test relevant only for SVN

Merged Marco Cattaneo requested to merge removeObsoleteSVNFiles into run2-patches
3 files
+ 0
104
Compare changes
  • Side-by-side
  • Inline
Files
3
<?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'>
<!--
(c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration
This software is distributed under the terms of the GNU General Public
Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".
In applying this licence, CERN does not waive the privileges and immunities
granted to it by virtue of its status as an Intergovernmental Organization
or submit itself to any jurisdiction.
-->
<!--
#######################################################
# SUMMARY OF THIS TEST
# ...................
# Author: rlambert
# Purpose: Standard test in every project, check against a list of known configurables, that configurables are visible and can be instantiated. This test verifies that there is no problem with the python dictionary in the release, and is the minimal possible test of the confDB.
# Prerequisites: None
# Common failure modes, severities and cures:
# . SEVERE: Segfault or raised exception
# . MAJOR: configurables which cannot be instantiated. Contact the authors responsible for the problem.
# . MAJOR: entire missing sets of configurables for packages or projects, problem in the build, consult the package authors or release shifters.
# . MINOR: A small number of Extra configurables or renamed configurables or small number of removed configurables. See if they make sence and then update the reference files.
#######################################################
-->
<extension class="GaudiTest.GaudiExeTest" kind="test">
<argument name="program"><text>python</text></argument>
<argument name="args"><set>
<text>-c</text>
<text>from GaudiConf.QMTest.ConfigurablesTest import testThisProjectOnly; testThisProjectOnly();</text>
</set></argument>
<argument name="validator"><text>
from GaudiConf.QMTest.ConfigurablesTest import compareConfigurables
compareConfigurables("../refs/configurables.ref",stdout,causes,result,"physsys.configurables",threshold=0)
</text></argument>
</extension>
Loading