Revision c5947aeb3cbc12ca3b6330df0bb34e0249fff73a authored by Michael Gratton on 17 October 2019, 00:35:49 UTC, committed by Michael Gratton on 24 November 2019, 23:06:47 UTC
Before executing a test squite, check that its name isn't present in
the list of skipped paths and if so, skip the whole suite. Per other
cases, report it skipped only if in verbose mode.

This enables skipping a whole test suite using `-s /suite-name`.

Fixes #1908
1 parent cca92a1
History
File Mode Size
README.md -rw-r--r-- 2.1 KB
driver.c -rw-r--r-- 629 bytes
fuzz.h -rw-r--r-- 583 bytes
fuzz_bookmark.c -rw-r--r-- 318 bytes
fuzz_bookmark.corpus -rw-r--r-- 19 bytes
fuzz_dbus_message.c -rw-r--r-- 616 bytes
fuzz_key.c -rw-r--r-- 324 bytes
fuzz_key.corpus -rw-r--r-- 39 bytes
fuzz_variant_binary.c -rw-r--r-- 528 bytes
fuzz_variant_text.c -rw-r--r-- 423 bytes
fuzz_variant_text.dict -rw-r--r-- 216 bytes
meson.build -rw-r--r-- 807 bytes

README.md

back to top