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

# Some tests require the "exec" command.
# Skip them if exec is not defined.
testConstraint exec [llength [info commands exec]]

testConstraint notValgrind [expr {![testConstraint valgrind]}]