mirror of
https://github.com/facebook/zstd.git
synced 2025-07-29 11:21:22 +03:00
[fuzz] Add a DEBUGLOG(3) statement to print file
Enable it by building with this command: ``` ./fuzz.py build all --debug 3 ```
This commit is contained in:
@ -14,6 +14,7 @@
|
||||
#ifndef FUZZ_HELPERS_H
|
||||
#define FUZZ_HELPERS_H
|
||||
|
||||
#include "debug.h"
|
||||
#include "fuzz.h"
|
||||
#include "xxhash.h"
|
||||
#include "zstd.h"
|
||||
|
Reference in New Issue
Block a user