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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [tk/] [tests/] [main.test] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
# This file contains tests for the tkMain.c file.
2
#
3
# This file contains a collection of tests for one or more of the Tcl
4
# built-in commands.  Sourcing this file into Tcl runs the tests and
5
# generates output for errors.  No output means no errors were found.
6
#
7
# Copyright (c) 1997 by Sun Microsystems, Inc.
8
#
9
# See the file "license.terms" for information on usage and redistribution
10
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
11
#
12
# RCS: @(#) $Id: main.test,v 1.1.1.1 2002-01-16 10:25:59 markom Exp $
13
 
14
if {[info procs test] != "test"} {
15
    source defs
16
}
17
 
18
test main-1.1 {StdinProc} {unixOnly} {
19
    catch {removeFile script}
20
    set fd [open script w]
21
    puts $fd {
22
        close stdin; exit
23
    }
24
    close $fd
25
    if {[catch {exec $tktest 
26
        set error 1
27
    } else {
28
        set error 0
29
    }
30
    list $error $msg
31
} {0 {}}

powered by: WebSVN 2.1.0

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