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
@@ -3,6 +3,9 @@
# Run valgrind's memory checker against a process using various different
# transfer options.
# Allow all tests to be skipped, e.g. during a release build
test "${SKIP_ALL_TESTS}" = "1" && exit 77
true "${sourcePath:?not set - call this from 'make check'}"
true "${testSubject:?not set - call this from 'make check'}"
true "${workFile1:?not set - call this from 'make check'}"