should be it
This commit is contained in:
9
external/duckdb/tools/juliapkg/test.sh
vendored
Executable file
9
external/duckdb/tools/juliapkg/test.sh
vendored
Executable 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\"])"
|
||||
Reference in New Issue
Block a user