diff options
Diffstat (limited to '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 92eb2eec0..1153f7dd1 100644 --- a/test/permutations.test +++ b/test/permutations.test @@ -89,6 +89,7 @@ foreach f [glob $testdir/*.test] { lappend alltests [file tail $f] } foreach f [glob -nocomplain \ $testdir/../ext/rtree/*.test \ $testdir/../ext/fts5/test/*.test \ + $testdir/../ext/expert/*.test \ ] { lappend alltests $f } |