📝 Usage for run_tests

This commit is contained in:
Scott Lahteine
2025-11-28 18:53:07 -06:00
parent 578ee04243
commit 58bce3781e
+8 -1
View File
@@ -1,6 +1,13 @@
#!/usr/bin/env bash
#
# run_tests
# buildroot/bin/run_tests
# Used by Makefile tests-single-local, tests-single-ci, tests-all-local
#
# Usage:
# run_tests path target "[only this title]"
#
# With make:
# make tests-single-local TEST_TARGET=mega2560 ONLY_TEST=2
#
HERE="$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )"
TESTS="$HERE/../tests"