Skip to content

Commit

Permalink
test: add more tests, check some output, improve readability
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed Jul 11, 2024
1 parent 9fc7aa8 commit d1332ec
Show file tree
Hide file tree
Showing 2 changed files with 352 additions and 94 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ strategy:
APT_PACKAGES: ninja-build g++-arm-linux-gnueabihf qemu-user
CXX_COMPILER: arm-linux-gnueabihf-g++
CRUNCH_EXE_RUNNER: qemu-arm -L /usr/arm-linux-gnueabihf
# There is a qemu-arm IO bug in ubuntu-20.04 and ubuntu-22.04,
# There is a qemu-arm I/O bug in ubuntu-20.04 and ubuntu-22.04,
# remove when ubuntu-24.04 is available.
CRUNCH_SIMPLE_TEST: true
Linux amd64 Clang:
Expand Down Expand Up @@ -139,6 +139,6 @@ steps:
cp -av ${RUNTIME_FILES} build/
fi
if "${RUN_TESTS:-true}"; then
test/test.py
test/test.py || base64 < build/test/jpg-to-all/unvanquished_64.dds
fi
displayName: 'Test'
Loading

0 comments on commit d1332ec

Please sign in to comment.