From 5bcdc25e72c9d8f446c86becf277e7e11899e79b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 16 Mar 2015 16:54:56 +0100 Subject: smp01: New test --- freebsd-to-rtems.py | 1 + 1 file changed, 1 insertion(+) (limited to 'freebsd-to-rtems.py') diff --git a/freebsd-to-rtems.py b/freebsd-to-rtems.py index 66518c4d..b91f7680 100755 --- a/freebsd-to-rtems.py +++ b/freebsd-to-rtems.py @@ -2515,6 +2515,7 @@ 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) +tests.addTest('smp01', ['test_main']) dhcpcd = Module('dhcpcd') dhcpcd.addSourceFiles( -- cgit v1.2.3