aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authordan <Dan Kennedy>2024-02-26 12:16:02 +0000
committerdan <Dan Kennedy>2024-02-26 12:16:02 +0000
commit09e1900cdcd40548a8d1dfb15076f77c80e492c7 (patch)
treec929fca2c2a2f61458bb189d01dfa3c08a88fbbd /test
parentf286ad9211dceab80dc81e9207afdeac80bc777e (diff)
parent1103eb423e7c975ba77f8a9a10b0667636191be8 (diff)
downloadsqlite-09e1900cdcd40548a8d1dfb15076f77c80e492c7.tar.gz
sqlite-09e1900cdcd40548a8d1dfb15076f77c80e492c7.zip
Add the intck extension. For performing incremental integrity-check on a database.
FossilOrigin-Name: 141d8bb059f8987d05d18327b97c4d36e98258f657b41a3d4d8877fe8b4e72e3
Diffstat (limited to 'test')
-rw-r--r--test/permutations.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/permutations.test b/test/permutations.test
index 25aa7de01..c26d6ead1 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
}