Skip to content
7 changes: 1 addition & 6 deletions ocaml/qcow-tool/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@

.PHONY: build clean test
.PHONY: build clean

build:
dune build @install

test:
dune build lib_test/compact_random.exe lib_test/test.exe
./_build/default/lib_test/compact_random.exe -compact-mid-write -stop-after 16
./_build/default/lib_test/test.exe -runner sequential

install:
dune install

Expand Down
244 changes: 0 additions & 244 deletions ocaml/qcow-tool/lib_test/compact_random.ml

This file was deleted.

6 changes: 0 additions & 6 deletions ocaml/qcow-tool/lib_test/dune

This file was deleted.

50 changes: 0 additions & 50 deletions ocaml/qcow-tool/lib_test/error.ml

This file was deleted.

45 changes: 0 additions & 45 deletions ocaml/qcow-tool/lib_test/error.mli

This file was deleted.

Loading