source: rtems/testsuites/testdata/rtems.tcfg

Last change on this file was dad6fd43, checked in by Chris Johns <chrisj@…>, on 03/09/19 at 18:04:42

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.
  • Property mode set to 100644
File size: 657 bytes
RevLine 
[258bda3]1#
2# RTEMS Test Database common defines
3#
4# Format is one line per test with a directive. The directives are:
5#
6#       include: Include the test configuration file after this file
7#                has been processed.
8#       exclude: Exclude the test from being build and so run.
9#    user-input: The test requires user input to work.
10# indeterminate: The test result cannot be determined, it may pass or
11#                it may not pass.
12#
13
14#
15# User input tests.
16#
17user-input: capture
18user-input: fileio
19user-input: monitor
20user-input: termios
21user-input: top
[dad6fd43]22user-input: dl10
[258bda3]23
24#
25# Benchmarks
26#
27benchmark: dhrystone
28benchmark: linpack
29benchmark: whetstone
Note: See TracBrowser for help on using the repository browser.