Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
frama-c
Commits
bab20396
Commit
bab20396
authored
Feb 06, 2020
by
Virgile Prevosto
Browse files
[Makefile] add possibility to pass options to afl in crowbar-afl target
parent
5c25260d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
bab20396
...
...
@@ -1443,7 +1443,7 @@ crowbar-%: tests/crowbar/%
crowbar-afl-%
:
tests/crowbar/%
$(MKDIR)
tests/crowbar/output-
$*
afl-fuzz
-i
tests/crowbar/input
-o
tests/crowbar/output-
$*
$<
@@
afl-fuzz
$(AFL_OPTS)
-i
tests/crowbar/input
-o
tests/crowbar/output-
$*
$<
@@
##############
# Emacs tags #
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment