🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
205 B

  1. # Test with llvm Fuzzer
  2. ## Requirements
  3. clang 12 or later
  4. (recent clang does not require libFuzzer anymore)
  5. ## Compile and run
  6. ```
  7. $ make
  8. $ make t
  9. ```
  10. ## TODO
  11. * Move to use Catch unit test framework