Allow all tests to be skipped if SKIP_ALL_TESTS is 1.

This commit is contained in:
Andrew Wood
2024-12-07 14:23:03 +00:00
parent 0626737a15
commit 2d7d854a97
45 changed files with 135 additions and 0 deletions
+3
View File
@@ -2,6 +2,9 @@
#
# Check that numeric output outputs some percentages.
# Allow all tests to be skipped, e.g. during a release build
test "${SKIP_ALL_TESTS}" = "1" && exit 77
true "${testSubject:?not set - call this from 'make check'}"
true "${workFile1:?not set - call this from 'make check'}"