summaryrefslogtreecommitdiffstats
path: root/tests/tcltests.tcl
blob: 74d1b40f75b261a4041b23af81b997ea3802e564 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /usr/bin/env tclsh

package require tcltest 2.2
namespace import ::tcltest::*

testConstraint exec          [llength [info commands exec]]
testConstraint fcopy         [llength [info commands fcopy]]
testConstraint fileevent     [llength [info commands fileevent]]
testConstraint thread        [
    expr {0 == [catch {package require Thread 2.7-}]}]
testConstraint notValgrind   [expr {![testConstraint valgrind]}]