Configuring QA-C

Basic configuration

The configuration for QA-C can be added to the SERVER.txt to apply for all projects, or to PROJECTS.txt to enable project-specific settings. If the properties are declared in the SERVER file and also in the PROJECT file, the project-specific properties will override the global properties.

Syntax

'TOOLS' => {
  'Qac' => {
    'ACF_FILE'=> 'file to be passed to qacli -A option',
    'CCT_FILE'=> 'file to be passed to qacli -C option',
  }
}

QA-C needs extra configuration for the qacli -A and -C flags. The arguments for -A and -C may also be provided via environment variables QAC_ACF_FILE and QAC_CCT_FILE, respectively.