Execute bdk_ffi_test via valgrind
This commit is contained in:
parent
5303de9593
commit
43ddf0a3b1
4
build.sh
4
build.sh
@ -5,8 +5,8 @@ cargo test --features c-headers -- generate_headers
|
|||||||
# cc
|
# cc
|
||||||
export LD_LIBRARY_PATH=`pwd`/target/debug
|
export LD_LIBRARY_PATH=`pwd`/target/debug
|
||||||
cc cc/bdk_ffi_test.c -o cc/bdk_ffi_test -L target/debug -l bdk_ffi -l pthread -l dl -l m
|
cc cc/bdk_ffi_test.c -o cc/bdk_ffi_test -L target/debug -l bdk_ffi -l pthread -l dl -l m
|
||||||
#valgrind --leak-check=full cc/bdk_ffi_test
|
valgrind --leak-check=full cc/bdk_ffi_test
|
||||||
cc/bdk_ffi_test
|
#cc/bdk_ffi_test
|
||||||
|
|
||||||
# bdk-kotlin
|
# bdk-kotlin
|
||||||
mkdir -p bdk-kotlin/jar/libs/x86_64_linux
|
mkdir -p bdk-kotlin/jar/libs/x86_64_linux
|
||||||
|
Loading…
x
Reference in New Issue
Block a user