We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5888428 commit bbe7092Copy full SHA for bbe7092
bin/tdd-lib
@@ -0,0 +1,8 @@
1
+#!/bin/sh
2
+set -e
3
+
4
+cargo build --lib
5
6
+export LD_PRELOAD=/workspaces/crypteia/target/debug/libcrypteia.so
7
8
+./test/libcrypteia.sh
test/libcrypteia/empty.sh
@@ -0,0 +1,6 @@
+export LD_PRELOAD="${LD_PRELOAD:=/workspaces/crypteia/target/release/libcrypteia.so}"
+ruby -e "puts(ENV['EMPTY'])"
0 commit comments