You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bazel run --config=libfuzzer //mayhem:run_test_calculator_package
97
97
```
98
98
99
99
@@ -193,7 +193,7 @@ Under the `test` directory, there are a couple of examples of how to integrate G
193
193
You can run this on Mayhem with:
194
194
195
195
```bash
196
-
bazel build //mayhem:run_test_calculator_package
196
+
bazel run //mayhem:run_test_calculator_package
197
197
```
198
198
199
199
-`harness_utils_test_calculator` is an example inlining harness functionality via a HARNESS macro. The test functions are designed to take a buffer and size, and the HARNESS macro automatically calls the test function with the generated inputs.
0 commit comments