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

通讯编程

开发平台:

Visual C++

  1. #! /bin/sh
  2. #
  3. # Copyright (c) 2000-2002, by the Rector and Board of Visitors of the 
  4. # University of Virginia.
  5. # All rights reserved.
  6. #
  7. # Redistribution and use in source and binary forms, 
  8. # with or without modification, are permitted provided 
  9. # that the following conditions are met:
  10. #
  11. # Redistributions of source code must retain the above 
  12. # copyright notice, this list of conditions and the following 
  13. # disclaimer. 
  14. #
  15. # Redistributions in binary form must reproduce the above 
  16. # copyright notice, this list of conditions and the following 
  17. # disclaimer in the documentation and/or other materials provided 
  18. # with the distribution. 
  19. #
  20. # Neither the name of the University of Virginia nor the names 
  21. # of its contributors may be used to endorse or promote products 
  22. # derived from this software without specific prior written 
  23. # permission. 
  24. #
  25. # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
  26. # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
  27. # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
  28. # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
  29. # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE 
  30. # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, 
  31. # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
  32. # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
  33. # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 
  34. # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
  35. # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 
  36. # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 
  37. # THE POSSIBILITY OF SUCH DAMAGE.
  38. #                                                                      
  39. # $Id: test-all-jobs,v 1.1 2003/02/02 22:20:36 xuanc Exp $                  
  40. #                                                                     
  41. # To run in quiet mode:  "./test-all-jobs quiet".
  42. #
  43. f="jobs"
  44. file="test-suite-$f.tcl"
  45. directory="test-output-$f"
  46. version="v2"
  47. ./test-all-template1 $file $directory $version $@