This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
21
unikernel/duniverse/ocaml-cstruct/Makefile
Normal file
21
unikernel/duniverse/ocaml-cstruct/Makefile
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
.PHONY: all clean fuzz build-fuzz
|
||||
|
||||
all:
|
||||
dune build
|
||||
|
||||
clean:
|
||||
dune clean
|
||||
|
||||
test:
|
||||
dune runtest
|
||||
|
||||
doc:
|
||||
dune build @doc
|
||||
|
||||
build-fuzz:
|
||||
dune build fuzz/fuzz.exe
|
||||
|
||||
fuzz: build-fuzz
|
||||
mkdir -p _build/in
|
||||
echo > _build/in/empty
|
||||
afl-fuzz -i _build/in -o _build/out -- _build/default/fuzz/fuzz.exe @@
|
||||
Loading…
Add table
Add a link
Reference in a new issue