#!/bin/sh

set -ex

# Delegate to lit to actually test.
python3 ../llvm-project/llvm/utils/lit/lit.py -sv "$@"
