summaryrefslogtreecommitdiffstats
path: root/rtems-coverage/rtems_config.in
blob: 95e8b438bb2a96d2bade2b6ceb9476dab6508c46 (plain) (blame)
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
#
#  COVOAR Template for RTEMS Coverage Analysis Runs
#
#  $Id$
#

# This is the format of the trace or coverage files.
format = @FORMAT@

# This is the target we are analyzing.
target = @TARGET@

# This is the path to the explanations file.
explanations = @EXPLANATIONS@

# This is the path to the file which lists the symbols we want to analyze.
symbolsFile = @SYMBOLS_FILE@

# This is the name of the output directory.
outputDirectory = @OUTPUT_DIRECTORY@

# This is the extension on the coverage/trace files.
coverageExtension = @COVERAGE_EXTENSION@

# This is the path to file containing *.gcno list
gcnosFile = @GCNOS_LIST@

# This is the extension on the executable files.
executableExtension = @EXECUTABLE_EXTENSION@

# This is the project name.
projectName = @PROJECT_NAME@