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:
Stephen Clark
2021-06-02 11:41:33 -05:00
committed by Joel Sherrill
parent 6cc63cbe65
commit 8dfea31d72
3 changed files with 63 additions and 0 deletions

View File

@@ -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']))