mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-04-03 09:39:47 +00:00
9 lines
123 B
Bash
Executable File
9 lines
123 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
here=$(dirname "${BASH_SOURCE[0]}")
|
|
|
|
set -x
|
|
"$here"/test-unsupported
|
|
"$here"/test-supported
|