Searched refs:creduce (Results 1 – 3 of 3) sorted by relevance
21 Requires `python3`, `csmith`, and `creduce` to be in `$PATH`.23 Many OS package managers have `csmith` and `creduce` packages:26 $ sudo apt install csmith creduce27 $ brew install csmith creduce64 [creducing]: ../CONTRIBUTING.md#using-creduce-to-minimize-test-cases
137 if args.creduce:138 creduce(args, input.name, result)151 def creduce(args, failing_test_case, result): function
30 - [Using `creduce` to Minimize Test Cases](#using-creduce-to-minimize-test-cases)31 - [Getting `creduce`](#getting-creduce)407 ## Using `creduce` to Minimize Test Cases412 `creduce` can help reduce the test case to a minimal one that still exhibits417 ### Getting `creduce`419 Often, you can install `creduce` from your OS's package manager:422 $ sudo apt install creduce423 $ brew install creduce427 …ctions](https://github.com/csmith-project/creduce/blob/main/INSTALL.md) for building and/or instal…429 Running `creduce` requires two things:[all …]