dan | 93fdbfa | 2014-09-19 18:08:39 +0000 | [diff] [blame] | 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 | #*********************************************************************** |
drh | cfb8f8d | 2015-07-23 20:44:49 +0000 | [diff] [blame] | 8 | # This file runs all RBU related tests. |
dan | 93fdbfa | 2014-09-19 18:08:39 +0000 | [diff] [blame] | 9 | # |
| 10 | |
| 11 | set testdir [file dirname $argv0] |
| 12 | source $testdir/permutations.test |
| 13 | |
drh | cfb8f8d | 2015-07-23 20:44:49 +0000 | [diff] [blame] | 14 | ifcapable !rbu { finish_test ; return } |
dan | 93fdbfa | 2014-09-19 18:08:39 +0000 | [diff] [blame] | 15 | |
drh | cfb8f8d | 2015-07-23 20:44:49 +0000 | [diff] [blame] | 16 | run_test_suite rbu |
dan | 93fdbfa | 2014-09-19 18:08:39 +0000 | [diff] [blame] | 17 | finish_test |