cryptsetup/plans/run-local-tests.sh
2025-09-03 13:30:40 +02:00

9 lines
118 B
Bash
Executable File

#!/bin/bash
set -eux
set -o pipefail
pushd $TMT_SOURCE_DIR/cryptsetup-*/tests
make -f Makefile.localtest tests
popd