summaryrefslogtreecommitdiffstats
path: root/testsuites/testdata/rtems.tcfg
blob: 255a5e1e867b0e06305814103d547eafe90e32c8 (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
#
# RTEMS Test Database common defines
#
# Format is one line per test with a directive. The directives are:
#
#       include: Include the test configuration file after this file
#                has been processed.
#       exclude: Exclude the test from being build and so run.
#    user-input: The test requires user input to work.
# indeterminate: The test result cannot be determined, it may pass or
#                it may not pass.
#

#
# User input tests.
#
user-input: capture
user-input: fileio
user-input: monitor
user-input: termios
user-input: top

#
# Benchmarks
#
benchmark: dhrystone
benchmark: linpack
benchmark: whetstone