Skip to content

Commit 68abe8e

Browse files
committed
test(mcl): Allow for manual testing
1 parent 73d92c4 commit 68abe8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/mcl/test.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
#export LD_DEBUG=all
3+
export LD_LIBRARY_PATH=$(nix eval --raw nixpkgs#curl.out.outPath)/lib:$LD_LIBRARY_PATH
4+
dub test -- -e 'coda|fetchJson'

0 commit comments

Comments
 (0)