Skip to content

Commit

Permalink
feat: run all tests in the UniffiCS solution instead of specifying a …
Browse files Browse the repository at this point in the history
…single project

Signed-off-by: Samuel Meenzen <[email protected]>
  • Loading branch information
meenzen authored and arg0d committed Jan 5, 2024
1 parent b5fada4 commit ce23ac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_bindings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ set -euxo pipefail

SCRIPT_DIR="${SCRIPT_DIR:-$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )}"

CSPROJ_DIR="dotnet-tests/UniffiCS.BindingTests"
SOLUTION_DIR="dotnet-tests"

export LD_LIBRARY_PATH="$SCRIPT_DIR/target/debug/:${LD_LIBRARY_PATH:-}"
cd $CSPROJ_DIR
cd $SOLUTION_DIR
dotnet test -l "console;verbosity=normal"

0 comments on commit ce23ac2

Please sign in to comment.