I add 2 features: posix and windows.
Sometimes we want some specific tests only for posix and we use:
REQUIRES: posix
Sometimes we want some specific tests only for windows and we use:
REQUIRES: windows
Differential D29418
[libFuzzer] Add features `windows` and `posix` for lit tests. mpividori on Feb 1 2017, 1:30 PM. Authored by
Details I add 2 features: posix and windows. REQUIRES: posix Sometimes we want some specific tests only for windows and we use: REQUIRES: windows
Diff Detail
|