readme
来自「linux系统下的音频通信」· 代码 · 共 31 行
TXT
31 行
Tk Test Suite--------------SCCS: @(#) README 1.2 96/03/27 08:52:21This directory contains a set of validation tests for Tk.Each of the files whose name ends in ".test" is intended tofully exercise one or a few Tk features. The featurestested by a given file are listed in the first line of thefile. The test suite is nowhere near complete yet. Contributionsof additional tests would be most welcome.You can run the tests in two ways: (a) type "make test" in the directory ../unix; this will run all of the tests. (b) start up tktest in this directory, then "source" the test file (for example, type "source pack.test"). To run all of the tests, type "source all".In either case no output will be generated if all goes well, exceptfor a listing of the tests. If there are errors then additionalmessages will appear.For more details on the testing environment, see the READMEfile in the Tcl test directory.You can also run a set of visual tests, which create various screensthat you can verify visually for appropriate behavior. The visualtests are available through the "visual" script: if you invoke thisscript, it creates a main window with a bunch of menus. Each menuruns a particular test.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?