1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-04-01 09:29:45 +00:00

Create queries from templates if needed

This commit is contained in:
Colin Dellow 2018-03-18 17:50:39 -04:00
parent 7f2042742b
commit b0c7b229dd

View File

@ -28,6 +28,10 @@ main() {
root=$(readlink -f "$root")
cd "$root"
if [ ! -d "$root"/tests/queries ]; then
"$root"/tests/create-queries-from-templates
fi
find_cmd=(find tests/queries -type f -name '*.sql')
debug=0
if [ -n "${1:-""}" ]; then