CoolFace
Modelpublic

AryaWu/sqlite

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
session.test23 linesDownload Raw Back to test
1# 2008 June 232#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 11set testdir [file dirname $argv0]12source $testdir/permutations.test13 14ifcapable session {15  # First run tests with sqlite3_extended_error_codes() set, then16  # again with it clear.17  run_test_suite session_eec18  run_test_suite session19  run_test_suite session_strm20}21 22finish_test23