File: README

package info (click to toggle)
tix 8.4.3-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,316 kB
  • sloc: ansic: 28,084; tcl: 22,774; python: 7,577; makefile: 333; cs: 253; sh: 210; perl: 128
file content (29 lines) | stat: -rw-r--r-- 717 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# -*- mode: text; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*-

There are two set of tests in this directory:

[1] The Tcltest-style tests (with the .test extension), which are not yet
fully supported.
[2] The old-style tests, which are invoked by the script Driver.tcl.

The old-style tests will be rewritten to use the Tcltest-style. 

To execute all of the tests, simply do a "make test" in the win/ or
unix/ build directories.

To execute an individual test file:

[1] .test files: simply source the file. E.g.,

    cd unix
    tixwish ../tests/basic.test

[2] Old-style tests:

    ../unix/tixwish Driver.tcl general/select.tcl

    - or -

    ..\win\tixwish.exe Driver.tcl general/select.tcl