mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 12:32:13 +08:00
rtemsbsd: Added a test for the TTCP command.
Added a new test for the TTCP command. Modified default-network-init.h to conditionally build the shell with TTCP. Modified libbsd.py to build the new TTCP test.
This commit is contained in:

committed by
Joel Sherrill

parent
6cc63cbe65
commit
8dfea31d72
@@ -5193,6 +5193,7 @@ class tests(builder.Module):
|
||||
|
||||
def generate(self):
|
||||
mm = self.manager
|
||||
self.addTest(mm.generator['test']('ttcpshell01', ['test_main'], netTest = True, runTest = False))
|
||||
self.addTest(mm.generator['test']('epoch01', ['test_main'], extraLibs = ['rtemstest']))
|
||||
self.addTest(mm.generator['test']('nfs01', ['test_main'],
|
||||
netTest = True, modules = ['nfsv2']))
|
||||
|
Reference in New Issue
Block a user