aboutsummaryrefslogtreecommitdiff
path: root/test-suite/unit-tests
diff options
context:
space:
mode:
authorTanaka Akira2020-08-07 23:35:51 +0900
committerGaƫtan Gilbert2020-08-18 12:39:02 +0200
commit2431bb8aa58f572104683491bb7c534ebaaf45d8 (patch)
tree456d344f342689327effc2070d5e3f2e64e0969c /test-suite/unit-tests
parentaa926429727f1f6b5ef07c8912f2618d53f6d155 (diff)
Change OUnit package name to ounit2.
OUnit package name is changed from "oUnit" to "ounit2": https://github.com/gildor478/ounit#user-content-transition-to-ounit2 This change follows it and fixes a failure, `ocamlfind: Package oUnit not found`, at `make test-suite` and `dune build`.
Diffstat (limited to 'test-suite/unit-tests')
-rw-r--r--test-suite/unit-tests/.merlin.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/unit-tests/.merlin.in b/test-suite/unit-tests/.merlin.in
index b2279de74e..668b431d52 100644
--- a/test-suite/unit-tests/.merlin.in
+++ b/test-suite/unit-tests/.merlin.in
@@ -3,4 +3,4 @@ REC
S **
B **
-PKG oUnit
+PKG ounit2