summaryrefslogtreecommitdiffstats
path: root/tests/tcltests.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-10-18 08:56:26 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-10-18 08:56:26 (GMT)
commitd9f0f7a35d71e67c3e7cd0032a3d2581f2d1fee3 (patch)
tree873b93fad5c946fd859af2fdf5d16a4692f72fcd /tests/tcltests.tcl
parentaacc53e29a52b698fa7782d1ef45ecc06c552ab2 (diff)
downloadtcl-d9f0f7a35d71e67c3e7cd0032a3d2581f2d1fee3.zip
tcl-d9f0f7a35d71e67c3e7cd0032a3d2581f2d1fee3.tar.gz
tcl-d9f0f7a35d71e67c3e7cd0032a3d2581f2d1fee3.tar.bz2
separate testConstraint nodep
Diffstat (limited to 'tests/tcltests.tcl')
-rw-r--r--tests/tcltests.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tcltests.tcl b/tests/tcltests.tcl
index a5d7044..cd9582e 100644
--- a/tests/tcltests.tcl
+++ b/tests/tcltests.tcl
@@ -3,6 +3,7 @@
package require tcltest 2.5
namespace import ::tcltest::*
testConstraint exec [llength [info commands exec]]
+testConstraint nodep [tcl::build-info no-deprecate]
testConstraint debug [tcl::build-info debug]
testConstraint purify [tcl::build-info purify]
testConstraint debugpurify [