diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2026-02-11 11:38:16 +0000 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2026-02-11 13:38:00 +0000 |
| commit | 88faedcb3ba747eed5b22afa9bf5f32f336afd1e (patch) | |
| tree | a03ffa232f390908644995227b46a152271f11c0 /executor/common_test.h | |
| parent | b967ef3a5c25ed1294d52a668f0b108fde282d10 (diff) | |
executor: fix TestGenerate errors
These pseudo syscalls implementation was not previously tested in
pkg/csource, so let's first fix the bugs before enabling tests
for them.
Diffstat (limited to 'executor/common_test.h')
| -rw-r--r-- | executor/common_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common_test.h b/executor/common_test.h index 148f11f86..8e5227f59 100644 --- a/executor/common_test.h +++ b/executor/common_test.h @@ -45,7 +45,7 @@ static long syz_sleep_ms(volatile long ms) } #endif -#if SYZ_EXECUTOR || __NR_syz_compare +#if SYZ_EXECUTOR || __NR_syz_compare || __NR_syz_compare_zlib #include <errno.h> #include <string.h> |
