test-all-mcache

来自「ns-2的文件包。多多下载」· 代码 · 共 34 行

TXT
34
字号
#! /bin/sh## Copyright (c) Xerox Corporation 1998. All rights reserved.## License is granted to copy, to use, and to make and to use derivative# works for research and evaluation purposes, provided that Xerox is# acknowledged in all documentation pertaining to any such copy or# derivative work. Xerox grants no other licenses expressed or# implied. The Xerox trade name should not be used in any advertising# without its written permission. ## XEROX CORPORATION MAKES NO REPRESENTATIONS CONCERNING EITHER THE# MERCHANTABILITY OF THIS SOFTWARE OR THE SUITABILITY OF THIS SOFTWARE# FOR ANY PARTICULAR PURPOSE.  The software is provided "as is" without# express or implied warranty of any kind.## These notices must be retained in any copies of any part of this# software. ## Test suite for web caching code. Based on test-all-full by Kevin.## $Header: /nfs/jade/vint/CVSROOT/ns-2/tcl/test/test-all-mcache,v 1.2 2000/10/03 03:12:03 sfloyd Exp $file="test-suite-mcache.tcl"directory="test-output-mcache"version="v2"if [ $# -ge 1 ]then	flag=$*	./test-all-template1 $file $directory $version $flagelse	./test-all-template1 $file $directory $versionfi

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?