drh | 4dc754d | 2008-07-23 18:17:32 +0000 | [diff] [blame] | 1 | # 2007 November 23 |
drh | 613a0fe | 2007-11-23 17:31:17 +0000 | [diff] [blame] | 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 tests. |
| 9 | # |
drh | 4dc754d | 2008-07-23 18:17:32 +0000 | [diff] [blame] | 10 | # $Id: fts3.test,v 1.2 2008/07/23 18:17:32 drh Exp $ |
drh | 613a0fe | 2007-11-23 17:31:17 +0000 | [diff] [blame] | 11 | |
drh | 613a0fe | 2007-11-23 17:31:17 +0000 | [diff] [blame] | 12 | set testdir [file dirname $argv0] |
dan | a69f7d5 | 2010-07-19 11:16:36 +0000 | [diff] [blame] | 13 | source $testdir/permutations.test |
drh | 613a0fe | 2007-11-23 17:31:17 +0000 | [diff] [blame] | 14 | |
dan | a69f7d5 | 2010-07-19 11:16:36 +0000 | [diff] [blame] | 15 | ifcapable fts3 { |
| 16 | run_test_suite fts3 |
drh | 613a0fe | 2007-11-23 17:31:17 +0000 | [diff] [blame] | 17 | } |
| 18 | |
dan | a69f7d5 | 2010-07-19 11:16:36 +0000 | [diff] [blame] | 19 | finish_test |