Skip to content

Commit f995e9b

Browse files
committed
[qcow-tool packaging] remove lib-test
Signed-off-by: Guillaume <[email protected]>
1 parent 00594ab commit f995e9b

File tree

11 files changed

+1
-1440
lines changed

11 files changed

+1
-1440
lines changed

ocaml/qcow-tool/Makefile

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11

2-
.PHONY: build clean test
2+
.PHONY: build clean
33

44
build:
55
dune build @install
66

7-
test:
8-
dune build lib_test/compact_random.exe lib_test/test.exe
9-
./_build/default/lib_test/compact_random.exe -compact-mid-write -stop-after 16
10-
./_build/default/lib_test/test.exe -runner sequential
11-
127
install:
138
dune install
149

ocaml/qcow-tool/lib_test/compact_random.ml

-244
This file was deleted.

ocaml/qcow-tool/lib_test/dune

-6
This file was deleted.

ocaml/qcow-tool/lib_test/error.ml

-50
This file was deleted.

ocaml/qcow-tool/lib_test/error.mli

-45
This file was deleted.

0 commit comments

Comments
 (0)