Skip to content

Commit

Permalink
Fix test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
karip committed Apr 15, 2024
1 parent 08d8394 commit 943e211
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion tools/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,26 @@ cargo doc
# run all tests
cargo test

echo "---t1"
ls -la
echo "---t2"
ls -la toisto-au-test-suite
echo "---t3"
ls -la ../target
echo "---t4"
ls -la ../target/debug
echo "---t5"
ls -la ../target/debug/examples
echo "---t6"

# build the toisto tester
cargo build --example ausnd-aureader-toisto

# run the toisto test suite
echo
echo 'Toisto AU test suite results:'
cd toisto-au-test-suite
python3 toisto-runner.py -c --override-list ../toisto-ausnd-override-list.json ../target/debug/examples/ausnd-aureader-toisto
python3 toisto-runner.py -c -v --override-list ../toisto-ausnd-override-list.json ../target/debug/examples/ausnd-aureader-toisto

echo
echo "--- All tests OK."

0 comments on commit 943e211

Please sign in to comment.