opnsense-ports/devel/tcl-trf/files/alltests.tcl
Franco Fichtner 1a595d538a */*: sync with upstream
Taken from: HardenedBSD
2019-04-09 20:50:59 +02:00

24 lines
381 B
Tcl

package require tcltest
source test.setup
namespace import ::tcltest::*
foreach c {hasZlib hasSSL hasBz} {
testConstraint $c 1
}
proc defblock {name hexdata} {
upvar $name x
regsub -all { *} $hexdata {} hexdata
regsub -all "\n" $hexdata {} hexdata
# single long hex string now
set x $hexdata
}
configure -singleproc true -verbose bel
testsDirectory tests
runAllTests