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

通讯编程

开发平台:

Visual C++

  1. #! /bin/sh
  2. #
  3. # Copyright (c) 1997 University of Southern California.
  4. # All rights reserved.                                            
  5. #                                                                
  6. # Redistribution and use in source and binary forms are permitted
  7. # provided that the above copyright notice and this paragraph are
  8. # duplicated in all such forms and that any documentation, advertising
  9. # materials, and other materials related to such distribution and use
  10. # acknowledge that the software was developed by the University of
  11. # Southern California, Information Sciences Institute.  The name of the
  12. # University may not be used to endorse or promote products derived from
  13. # this software without specific prior written permission.
  14. # THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
  15. # WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  16. # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  17. #
  18. # @(#) $Header: /cvsroot/nsnam/ns-2/tcl/test/test-all-rbp,v 1.2 2000/10/03 03:12:03 sfloyd Exp $
  19. #
  20. file="test-suite-rbp.tcl"
  21. directory="test-output-rbp"
  22. version="v2"
  23. if [ $# -ge 1 ]
  24. then
  25. flag=$*
  26. ./test-all-template1 $file $directory $version $flag
  27. else
  28. ./test-all-template1 $file $directory $version
  29. fi