summaryrefslogtreecommitdiffhomepage
path: root/test/unit/check/discover_available.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-08-20Tests: initial "wasm-wasi-component" testAndrei Zeliankou1-1/+3
2024-02-21Tests: check for the AddressSanitizer flag during discoveryAndrei Zeliankou1-0/+2
This flag is necessary to either run or skip certain tests that have specific behavior depending on whether AddressSanitizer is enabled. For instance, some tests may fail only when the binary is compiled with AddressSanitizer.
2023-06-12Tests: prerequisites checking reworked.Andrei Zeliankou1-0/+47
Prerequisites check moved to the module level to simplify class structure. Discovery and prerequisites checks functions moved to the separate files. Introduced "require" fixture to provide per-test requirements check.