test-all-sctp
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:2k
源码类别:

通讯编程

开发平台:

Visual C++

  1. #! /bin/sh
  2. #
  3. # This script contains an outline for the test suite scripts
  4. #
  5. # Copyright (c) 2002 by the Protocol Engineering Lab, University of Delaware
  6. # All rights reserved.
  7. #
  8. # Armando L. Caro Jr. <acaro@@cis,udel,edu>
  9. # Janardhan Iyengar   <iyengar@@cis,udel,edu>
  10. # Gerard J Heinz II   <heinz@@cis,udel,edu>
  11. #
  12. # Redistribution and use in source and binary forms, with or without
  13. # modification, are permitted provided that the following conditions
  14. # are met:
  15. #
  16. # 1. Redistributions of source code must retain the above copyright
  17. #    notice, this list of conditions and the following disclaimer.
  18. #
  19. # 2. Redistributions in binary form must reproduce the above copyright
  20. #    notice, this list of conditions and the following disclaimer in the
  21. #    documentation and/or other materials provided with the distribution.
  22. #
  23. # 3. Neither the name of the University nor of the Laboratory may be used
  24. #    to endorse or promote products derived from this software without
  25. #    specific prior written permission.
  26. #
  27. # THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  28. # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  29. # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  30. # ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  31. # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  32. # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  33. # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  34. # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  35. # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  36. # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  37. # SUCH DAMAGE.
  38. #
  39. file="test-suite-sctp.tcl"   # name of the ns script
  40. directory="test-output-sctp" # subdirectory to hold the results
  41. version="v2"                 # ns version number
  42. # pass all of the arguments to the test-all-template1 script, which
  43. # will run through all of the test cases defined in test-suite-sctp.tcl.
  44. ./test-all-template1 $file $directory $version $@