Skip to content

Commit 89d5b7a

Browse files
authored
Update README.md
1 parent af99d9b commit 89d5b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# automotive-fuzzing-example
22
For the demo:
33
- Initialize Project
4-
- Create Fuzz Test for a function
4+
- Create fuzz test for a function
55
- To compile it the "extern" functions need to be implemented for this use the scripts in fuzzing/auto-mock-fuzz:
66
- ```python3 gen_template.py /path_to_project/automotive-fuzzing-example/modules/*/src/*.c /path_to_project/automotive-fuzzing-example/modules/*/src/*.h```
77
- 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

Comments
 (0)