Skip to content

Commit 5849813

Browse files
committed
[Project] debloat, ready for open source
1 parent 06b7b12 commit 5849813

File tree

20 files changed

+6
-1294
lines changed

20 files changed

+6
-1294
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ all: fmt
1010
$(DUNE) build
1111
$(LN) _build/default/src/main.exe $(EXE)
1212
$(LN) _build/default/src/program/check_corpus.exe check_corpus
13-
$(LN) _build/default/src/program/cov.exe cov
14-
$(LN) _build/default/src/program/pattern_check.exe pattern-check
15-
$(LN) _build/default/src/program/clean.exe clean
16-
$(LN) _build/default/src/program/llmutate.exe llmutate
17-
$(LN) _build/default/src/program/distance.exe distance
1813

1914
test: all
2015
$(DUNE) test

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ fi
2525
eval $(SHELL=bash opam config env --switch=$LLFUZZ_OPAM_SWITCH)
2626
opam pin https://github.com/prosyslab/logger.git
2727
opam install -j $NCPU llvm.16.0.6+nnp
28-
opam install -j $NCPU dune z3 yojson logger domainslib progress ocamlgraph
28+
opam install -j $NCPU dune logger domainslib progress ocamlgraph
2929
opam install -j $NCPU ocamlformat.0.26.1 merlin ocp-index ocp-indent ocaml-lsp-server # for development
3030
make

src/coverage/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
(library
22
(name coverage)
3-
(modules domain sancov aflgo)
3+
(modules domain aflgo)
44
(libraries unix util config ocamlgraph))

src/coverage/gcov.ml

Lines changed: 0 additions & 56 deletions
This file was deleted.

src/coverage/sancov.ml

Lines changed: 0 additions & 228 deletions
This file was deleted.

0 commit comments

Comments
 (0)