mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
dec1399776
These help creating fuzzer fixtures with non-trivially constructed objects and takes care of cleaning them up afterwards so the fuzzer code can focus on the system under test.
6 lines
119 B
C++
6 lines
119 B
C++
/* SPDX-License-Identifier: GPL-3.0-or-later
|
|
* Copyright © 2021-2022 The TokTok team.
|
|
*/
|
|
|
|
#include "fuzz_support.h"
|