diff options
-rw-r--r-- | csmith-fuzzing/driver.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/csmith-fuzzing/driver.py b/csmith-fuzzing/driver.py index e2816813..f4f00f87 100644 --- a/csmith-fuzzing/driver.py +++ b/csmith-fuzzing/driver.py @@ -31,6 +31,10 @@ def run_bindgen(input, output): "bindgen", "--with-derive-partialeq", "--with-derive-eq", + "--with-derive-partialord", + "--with-derive-ord", + "--with-derive-hash", + "--with-derive-default", "-o", output.name, input.name, "--", |