diff options
Diffstat (limited to 'test/permutations.test')
-rw-r--r-- | test/permutations.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/permutations.test b/test/permutations.test index 25aa7de..c26d6ea 100644 --- a/test/permutations.test +++ b/test/permutations.test @@ -95,6 +95,7 @@ foreach f [glob -nocomplain \ $testdir/../ext/lsm1/test/*.test \ $testdir/../ext/recover/*.test \ $testdir/../ext/rbu/*.test \ + $testdir/../ext/intck/*.test \ ] { lappend alltests $f } |