aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/permutations.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/permutations.test b/test/permutations.test
index 92eb2eec0..149a22d1b 100644
--- a/test/permutations.test
+++ b/test/permutations.test
@@ -89,7 +89,8 @@ 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/lsm1/test/*.test \
+] {
lappend alltests $f
}
foreach f [glob -nocomplain $testdir/../ext/session/*.test] {