Files
revng-revng/tests/pypeline/cpp/nanobind_test_annotations.sh
Giacomo Vercesi df4f8b76ac pypeline: re-organize tests
Split the tests into two subdirectories: those that work in pure python
and those that use the C++ bindings.
2026-02-16 10:34:39 +01:00

14 lines
302 B
Bash
Executable File

#!/usr/bin/env bash
#
# This file is distributed under the MIT License. See LICENSE.md for details.
#
set -euo pipefail
SCRIPT_DIR=$(realpath "$(dirname "${BASH_SOURCE[0]}")")
ROOT_DIR="$1"
shift
"$ROOT_DIR/scripts/nanobind_generate_stubs.py" "$@" | \
"$SCRIPT_DIR/nanobind_test_annotations.py"