File: tests.lists.example

package info (click to toggle)
fauhdlc 20180504-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 2,956 kB
  • sloc: cpp: 23,188; ansic: 6,077; yacc: 3,764; lex: 763; makefile: 605; sh: 494; xml: 403
file content (30 lines) | stat: -rw-r--r-- 1,046 bytes parent folder | download | duplicates (7)
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
# example file for tests.lists
#
# everything starting with # is a comment
#
# The first line contains common options for all test cases in the directory
# It can contain the following options:
#
#   DESC="string"
#   	description for group of tests. default: directory name.
#   COMMON_OPTS="string"
#   	options passed to the compiler for all tests of this group.
#   	default: no additional options
#   OUTPUT="True"
#       create intermediate code files. (defaults to False)
#
DESC="my own test cases", COMMON_OPTS="--funny-option1 --another-option"
#
# the following lines define test-cases, one per line.
# the format is
#
#   description is the description of the test-case
#
#   OPTS defines the compiler options for this specific test case
#        if not specified, OPTS defaults to no additional options.
#   QUIET only print brief description of result, don't do verbose
#         output. Default: "False"
#
# the main file to execute is description with the suffix .vhdl.
description OPTS="--foo --bar"
anothertestcase QUIET="True"