Skip to content

Commit

Permalink
test: Prep env for custom NSS build (#2046)
Browse files Browse the repository at this point in the history
* test: Prep env for custom NSS build

* Update test/test.sh

Co-authored-by: Martin Thomson <[email protected]>
Signed-off-by: Lars Eggert <[email protected]>

---------

Signed-off-by: Lars Eggert <[email protected]>
Co-authored-by: Martin Thomson <[email protected]>
  • Loading branch information
larseggert and martinthomson authored Aug 9, 2024
1 parent 9c54b4a commit f801c29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ else
iface=lo
fi

if [ "$NSS_DIR" ] && [ "$NSS_TARGET" ]; then
export LD_LIBRARY_PATH="$NSS_DIR/../dist/$NSS_TARGET/lib"
export DYLD_FALLBACK_LIBRARY_PATH="$LD_LIBRARY_PATH"
fi

client="./target/debug/neqo-client $flags --output-dir $tmp --stats https://$addr:$port$path"
server="SSLKEYLOGFILE=$tmp/test.tlskey ./target/debug/neqo-server $flags $addr:$port"

Expand Down

0 comments on commit f801c29

Please sign in to comment.