Files
rtems/testsuites/testdata/rtems.tcfg
Chris Johns dad6fd4333 libdl: Add an archive command
- The archive command lists archives, symbols and any duplicate
  symbols.
- Change the RTL shell commands to the rtems_printer to allow
  the output to be captured.
2019-03-22 14:16:52 +11:00

30 lines
657 B
Plaintext

#
# 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
user-input: dl10
#
# Benchmarks
#
benchmark: dhrystone
benchmark: linpack
benchmark: whetstone