๐Ÿ“ฆ makeplane / plane

๐Ÿ“„ run_tests.sh ยท 4 lines
1
2
3
4#!/bin/bash

# This is a simple wrapper script that calls the main test runner in the tests directory
exec tests/run_tests.sh "$@"