diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-04-22 15:43:06 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-04-22 15:43:06 -0700 |
commit | 019463d05070f2945f84a4bf57bd37e613c58cd7 (patch) | |
tree | 65fa7b6d07db1fc637cc67f8319ac466a5bb9941 /tests/runner.py | |
parent | b20dc266245d3d7882ba01fccc7c823ee113a9f3 (diff) |
improve sqlite test
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 8245b8b1..0f8c1b94 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -4942,7 +4942,7 @@ def process(filename): self.do_run(r''' #define SQLITE_DISABLE_LFS #define LONGDOUBLE_TYPE double - #define SQLITE_INT64_TYPE int + #define SQLITE_INT64_TYPE long long int #define SQLITE_THREADSAFE 0 ''' + open(path_from_root('tests', 'sqlite', 'sqlite3.c'), 'r').read() + open(path_from_root('tests', 'sqlite', 'benchmark.c'), 'r').read(), |