dan | 7cf7df7 | 2011-03-19 15:37:02 +0000 | [diff] [blame] | 1 | # 2008 June 23 |
| 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 rtree related tests. |
| 9 | # |
| 10 | |
| 11 | set testdir [file dirname $argv0] |
| 12 | source $testdir/permutations.test |
| 13 | |
| 14 | ifcapable session { |
dan | 35e2858 | 2013-07-02 20:23:40 +0000 | [diff] [blame] | 15 | # First run tests with sqlite3_extended_error_codes() set, then |
| 16 | # again with it clear. |
| 17 | run_test_suite session_eec |
dan | 7cf7df7 | 2011-03-19 15:37:02 +0000 | [diff] [blame] | 18 | run_test_suite session |
drh | f1a08ad | 2014-09-27 20:45:48 +0000 | [diff] [blame] | 19 | run_test_suite session_strm |
dan | 7cf7df7 | 2011-03-19 15:37:02 +0000 | [diff] [blame] | 20 | } |
| 21 | |
| 22 | finish_test |