diff options
Diffstat (limited to 'dev-ml/ocaml-containers/files/notests.patch')
-rw-r--r-- | dev-ml/ocaml-containers/files/notests.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-ml/ocaml-containers/files/notests.patch b/dev-ml/ocaml-containers/files/notests.patch deleted file mode 100644 index 011edc9f65e0..000000000000 --- a/dev-ml/ocaml-containers/files/notests.patch +++ /dev/null @@ -1,18 +0,0 @@ -Index: ocaml-containers-0.18/Makefile -=================================================================== ---- ocaml-containers-0.18.orig/Makefile -+++ ocaml-containers-0.18/Makefile -@@ -90,12 +90,7 @@ QTEST_PREAMBLE='open CCFun;; ' - - qtest-gen: - @mkdir -p qtest -- @if which qtest > /dev/null ; then \ -- qtest extract --preamble $(QTEST_PREAMBLE) \ -- -o qtest/run_qtest.ml \ -- $(QTESTABLE) 2> /dev/null ; \ -- else touch qtest/run_qtest.ml ; \ -- fi -+ touch qtest/run_qtest.ml - - push-stable: - git checkout stable |