OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [insight/] [tix/] [tests/] [README] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
                           Tix Test Suite
2
                           --------------
3
COPYRIGHT
4
 
5
    Copyright (c) 1996, Expert Interface Technologies
6
 
7
    See the file "license.terms" for information on usage and
8
    redistribution of this file, and for a DISCLAIMER OF ALL
9
    WARRANTIES.
10
 
11
EXECUTING TEST SUITES
12
 
13
UNIX --
14
 
15
    1) cd to the test/ subdirectory.
16
 
17
    2) To execute all of the test suite for all compilation targets, run:
18
 
19
                make all
20
 
21
    3) To execute all of the test suites for a single compilation
22
    target, run:
23
 
24
                make unix-tk4.0
25
        or      make unix-itcl2.0
26
        or      make unix-itcl2.1
27
        or      make unix-tk4.1
28
 
29
    4) To execute a specific test only, you must invoke the apropriate
30
    executable explicitly:
31
 
32
                ../unix-tk4.0/tixwish Driver.tcl general/select.tcl
33
 
34
    executes the test file general/select.tcl for the unix-tk4.0
35
    compilation target.
36
 
37
                ../unix-tk4.0/tixwish Driver.tcl general
38
 
39
    executes all the test files in the general/ subdirectory for the
40
    unix-tk4.0 compilation target.
41
 
42
WINDOWS --
43
 
44
    1) Open the DOS command window.
45
 
46
    2) cd to the test/ subdirectory in the Tix source tree.
47
 
48
    3) Run the following line in the DOS window to execute all the tests.
49
 
50
        txwish41.exe Driver.tcl
51
 
52
    4) To select a specific test, try
53
 
54
        txwish41.exe Driver.tcl general/select.tcl
55
        txwish41.exe Driver.tcl general
56
 
57
        ... etc
58
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.