forked from Imagelibrary/rtems
- 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.
30 lines
657 B
Plaintext
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
|