xref: /sqlite-3.40.0/test/rbu.test (revision cfb8f8d6)
1# 2014 September 20
2#
3#    May you do good and not evil.
4#    May you find forgiveness for yourself and forgive others.
5#    May you share freely, never taking more than you give.
6#
7#***********************************************************************
8# This file runs all RBU related tests.
9#
10
11set testdir [file dirname $argv0]
12source $testdir/permutations.test
13
14ifcapable !rbu { finish_test ; return }
15
16run_test_suite rbu
17finish_test
18