summaryrefslogtreecommitdiffstats
path: root/freebsd-to-rtems.py
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-10-18 12:52:28 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-10-31 13:18:49 +0100
commit1f6caf381cea2f60838a69f80165024ff9e24fe3 (patch)
tree7f47ed8344abc8b508175918eaebb436e5634487 /freebsd-to-rtems.py
parentIFCONFIG(8): Avoid write to const string (diff)
downloadrtems-libbsd-1f6caf381cea2f60838a69f80165024ff9e24fe3.tar.bz2
commands01: New test
Diffstat (limited to 'freebsd-to-rtems.py')
-rwxr-xr-xfreebsd-to-rtems.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/freebsd-to-rtems.py b/freebsd-to-rtems.py
index b7df9104..0580d4e0 100755
--- a/freebsd-to-rtems.py
+++ b/freebsd-to-rtems.py
@@ -2359,6 +2359,7 @@ in_cksum.addCPUDependentSourceFiles(
tests = Module('tests')
tests.addTest('syscalls01', ['test_main'])
+tests.addTest('commands01', ['test_main'])
tests.addTest('usb01', ['init', 'test-file-system'], False)
tests.addTest('loopback01', ['test_main'])
tests.addTest('netshell01', ['test_main', 'shellconfig', 'ns_parser_vars'], False)