Artifact e46a5dde24a44efff7f8b16e4f5dbdafd1ede7f5:
- File src/run-all.sh — part of check-in [ec2223d775] at 2009-02-03 18:18:34 on branch trunk — Add the "run-all.sh" script. Add the SQLITE_NO_SYNC option to the Makefile. Add the no-ODBC makefile. (user: drh size: 148)
#!/bin/sh # # Run this script to run all test cases # find ../test -name '*.test' -print | while read i do ./sqllogictest -verify $i done