Files
3d_audio/lib_sw_pll/tools/ci/do-ci-tests.sh
Steven Dan d8b2974133 init
2025-12-11 09:43:42 +08:00

12 lines
143 B
Bash

#! /usr/bin/env bash
#
# test stuff
set -ex
pushd tests
pytest --junitxml=results.xml -rA -v --durations=0 -o junit_logging=all
ls bin
popd