⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.test

📁 linux系统下的音频通信
💻 TEST
字号:
# This file contains tests for the tkMain.c file.## This file contains a collection of tests for one or more of the Tcl# built-in commands.  Sourcing this file into Tcl runs the tests and# generates output for errors.  No output means no errors were found.## Copyright (c) 1997 by Sun Microsystems, Inc.## See the file "license.terms" for information on usage and redistribution# of this file, and for a DISCLAIMER OF ALL WARRANTIES.## SCCS: @(#) main.test 1.2 97/09/10 17:49:20if {[info procs test] != "test"} {    source defs}test main-1.1 {StdinProc} {unixOnly} {    catch {removeFile script}    set fd [open script w]    puts $fd {	close stdin; exit    }    close $fd    if {[catch {exec $tktest <script} msg]} {	set error 1    } else {	set error 0    }    list $error $msg} {0 {}}

⌨️ 快捷键说明

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