summaryrefslogtreecommitdiffstats
path: root/freebsd-to-rtems.py
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd-to-rtems.py')
-rwxr-xr-xfreebsd-to-rtems.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/freebsd-to-rtems.py b/freebsd-to-rtems.py
index 764b7550..c90c1d17 100755
--- a/freebsd-to-rtems.py
+++ b/freebsd-to-rtems.py
@@ -680,6 +680,7 @@ rtems.addRTEMSSourceFiles(
'rtems/rtems-bsd-kern_synch.c',
'rtems/rtems-bsd-log.c',
'rtems/rtems-bsd-malloc.c',
+ 'rtems/rtems-bsd-mbuf.c',
'rtems/rtems-bsd-mutex.c',
'rtems/rtems-bsd-muteximpl.c',
'rtems/rtems-bsd-newproc.c',
@@ -2511,6 +2512,7 @@ tests.addTest('thread01', ['test_main'])
tests.addTest('mutex01', ['test_main'])
tests.addTest('condvar01', ['test_main'])
tests.addTest('ppp01', ['test_main'], runTest = False)
+tests.addTest('zerocopy01', ['test_main'], runTest = False, netTest = True)
dhcpcd = Module('dhcpcd')
dhcpcd.addSourceFiles(