summaryrefslogtreecommitdiffstats
path: root/tests/tcltests.tcl
diff options
context:
space:
mode:
authorpooryorick <com.digitalsmarties@pooryorick.com>2018-06-16 22:56:07 (GMT)
committerpooryorick <com.digitalsmarties@pooryorick.com>2018-06-16 22:56:07 (GMT)
commit983854ad7b59ba90d6686bdd6f6f0fd3014a6912 (patch)
tree85da2d4af66e2d345ab7e26a89679a514ed51ad7 /tests/tcltests.tcl
parent41a61597547eca28506fbb85f2737413dc8f2162 (diff)
downloadtcl-983854ad7b59ba90d6686bdd6f6f0fd3014a6912.zip
tcl-983854ad7b59ba90d6686bdd6f6f0fd3014a6912.tar.gz
tcl-983854ad7b59ba90d6686bdd6f6f0fd3014a6912.tar.bz2
Add tests/tcltests.tcl as a place to store common code for tests.
Diffstat (limited to 'tests/tcltests.tcl')
-rw-r--r--tests/tcltests.tcl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tcltests.tcl b/tests/tcltests.tcl
new file mode 100644
index 0000000..f7597b5
--- /dev/null
+++ b/tests/tcltests.tcl
@@ -0,0 +1,3 @@
+#! /usr/bin/env tclsh
+
+testConstraint notValgrind [expr {![testConstraint valgrind]}]