We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af99d9b commit 89d5b7aCopy full SHA for 89d5b7a
README.md
@@ -1,7 +1,7 @@
1
# automotive-fuzzing-example
2
For the demo:
3
- Initialize Project
4
-- Create Fuzz Test for a function
+- Create fuzz test for a function
5
- To compile it the "extern" functions need to be implemented for this use the scripts in fuzzing/auto-mock-fuzz:
6
- ```python3 gen_template.py /path_to_project/automotive-fuzzing-example/modules/*/src/*.c /path_to_project/automotive-fuzzing-example/modules/*/src/*.h```
7
- This will create two excel sheets. The Sheet called testgen_mocks.xlsx will contain information about the functions that are declared as extern
0 commit comments