parent
ba5f979a49
commit
9586ac5aa4
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
gcc test.c -Iinclude -Wall --std=gnu11 -pedantic -Wextra -Og -g -o test-ffi -l:target/debug/libchacha20stream.a -lssl -lcrypto -lpthread -ldl || exit
|
gcc test.c -Iinclude -Wall --std=gnu11 -pedantic -Wextra -Og -g -o test-ffi -l:target/release/libchacha20stream.a -lssl -lcrypto -lpthread -ldl || exit
|
||||||
valgrind ./test-ffi # test-ffi-output
|
valgrind ./test-ffi # test-ffi-output
|
||||||
#hexview test-ffi-output
|
#hexview test-ffi-output
|
||||||
rm -f test-ffi{,-output}
|
rm -f test-ffi{,-output}
|
||||||
|
Loading…
Reference in new issue