From e03d6fa3a9e59b66b85c547daf84f969dca384df Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Thu, 5 Oct 2017 10:22:03 -0700 Subject: Make the C-Smith fuzzing README a .md file --- csmith-fuzzing/README | 7 ------- csmith-fuzzing/README.md | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 csmith-fuzzing/README create mode 100644 csmith-fuzzing/README.md diff --git a/csmith-fuzzing/README b/csmith-fuzzing/README deleted file mode 100644 index e4c74243..00000000 --- a/csmith-fuzzing/README +++ /dev/null @@ -1,7 +0,0 @@ -Fuzz bindgen with `csmith` https://github.com/csmith-project/csmith . - -Run with `python3 driver.py`. It will run until until it encounters an error in `bindgen`. - -Requires `python3`, `csmith` and `bindgen` to be in `$PATH`. - -csmith is run with `--no-checksum --nomain --max-block-size 1 --max-block-depth 1` which disables the `main` function and makes function bodies as simple as possible as bindgen does not care about them but they cannot be completely disabled in csmith. Run `csmith --help` to see what exactly those options do. diff --git a/csmith-fuzzing/README.md b/csmith-fuzzing/README.md new file mode 100644 index 00000000..e4c74243 --- /dev/null +++ b/csmith-fuzzing/README.md @@ -0,0 +1,7 @@ +Fuzz bindgen with `csmith` https://github.com/csmith-project/csmith . + +Run with `python3 driver.py`. It will run until until it encounters an error in `bindgen`. + +Requires `python3`, `csmith` and `bindgen` to be in `$PATH`. + +csmith is run with `--no-checksum --nomain --max-block-size 1 --max-block-depth 1` which disables the `main` function and makes function bodies as simple as possible as bindgen does not care about them but they cannot be completely disabled in csmith. Run `csmith --help` to see what exactly those options do. -- cgit v1.2.3