Remove unneeded pointers from FfiResult types
This commit is contained in:
4
test.sh
4
test.sh
@@ -6,8 +6,8 @@ cargo test --features c-headers -- generate_headers
|
||||
|
||||
# cc
|
||||
export LD_LIBRARY_PATH=`pwd`/target/debug
|
||||
valgrind --leak-check=full --show-leak-kinds=all cc/bdk_ffi_test
|
||||
#cc/bdk_ffi_test
|
||||
#valgrind --leak-check=full --show-leak-kinds=all cc/bdk_ffi_test
|
||||
cc/bdk_ffi_test
|
||||
|
||||
# bdk-kotlin
|
||||
(cd bdk-kotlin && gradle test)
|
||||
|
||||
Reference in New Issue
Block a user