summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/psim/tools/runtest-top.in
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2009-09-11 22:42:00 +0000
committerTill Straumann <strauman@slac.stanford.edu>2009-09-11 22:42:00 +0000
commit5a6d25fcd5ba727f1af1f68d5b0382e0541e929d (patch)
tree5914d19ec4e81fa7133bcfd3f30839e4a6ef6720 /c/src/lib/libbsp/powerpc/psim/tools/runtest-top.in
parent2009-09-11 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-5a6d25fcd5ba727f1af1f68d5b0382e0541e929d.tar.bz2
2009-09-11 Till Straumann <Till.Straumann@TU-Berlin.de>
* psim-top.in, psim-bottom: Added support for options -d (print device tree and exit), -h (usage info) and -n (enable NIC support). * psim-gdb-bottom: Added support for options -s (force sysv IPC), -h (usage info) and -n (enable NIC support). Allow user to override GDB variable from environment. * psim-shared: cat NIC properties into device file if the user had specified '-n'. * runtest-top.in: removed unsupported options -o, -d from usage info.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/psim/tools/runtest-top.in')
-rwxr-xr-xc/src/lib/libbsp/powerpc/psim/tools/runtest-top.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/powerpc/psim/tools/runtest-top.in b/c/src/lib/libbsp/powerpc/psim/tools/runtest-top.in
index 1616b10f2d..faeb7860f4 100755
--- a/c/src/lib/libbsp/powerpc/psim/tools/runtest-top.in
+++ b/c/src/lib/libbsp/powerpc/psim/tools/runtest-top.in
@@ -23,10 +23,8 @@ fi
USAGE=\
"usage: $progname [ -opts ] test [ test ... ]
- -o options -- specify options to be passed to simulator
- -v -- verbose
- -d -- generate device tree file (as 'test'.device) and exit
- -l logdir -- specify log directory (default is 'logdir')
+ -v -- verbose
+ -l logdir -- specify log directory (default is 'logdir')
Specify test as 'test' or 'test.exe'.
All multiprocessing tests *must* be specified simply as 'mp01', etc.