should be it

This commit is contained in:
2025-10-24 19:21:19 -05:00
parent a4b23fc57c
commit f09560c7b1
14047 changed files with 3161551 additions and 1 deletions

9
external/duckdb/tools/juliapkg/test.sh vendored Executable file
View File

@@ -0,0 +1,9 @@
set -e
export JULIA_DUCKDB_LIBRARY="`pwd`/../../build/debug/src/libduckdb.dylib"
#export JULIA_DUCKDB_LIBRARY="`pwd`/../../build/release/src/libduckdb.dylib"
# memory profiling: --track-allocation=user
export JULIA_NUM_THREADS=1
julia --project -e "import Pkg; Pkg.test(; test_args = [\"$1\"])"