Blame markup-0.8.2-rename-ounit.patch

8126008
diff -ur markup.ml-0.8.2.old/test/dune markup.ml-0.8.2/test/dune
8126008
--- markup.ml-0.8.2.old/test/dune	2019-12-09 21:10:45.000000000 +0000
8126008
+++ markup.ml-0.8.2/test/dune	2020-02-26 18:50:33.352347296 +0000
8126008
@@ -1,6 +1,6 @@
8126008
 (executable
8126008
  (name test)
8126008
- (libraries markup oUnit test_support)
8126008
+ (libraries markup ounit2 test_support)
8126008
  (flags (:standard -w +A-44-48)))
8126008
 
8126008
 (alias
8126008
diff -ur markup.ml-0.8.2.old/test/lwt_unix/dune markup.ml-0.8.2/test/lwt_unix/dune
8126008
--- markup.ml-0.8.2.old/test/lwt_unix/dune	2019-12-09 21:10:45.000000000 +0000
8126008
+++ markup.ml-0.8.2/test/lwt_unix/dune	2020-02-26 18:50:27.299431528 +0000
8126008
@@ -1,6 +1,6 @@
8126008
 (executable
8126008
  (name test_lwt)
8126008
- (libraries lwt.unix markup-lwt.unix oUnit test_support)
8126008
+ (libraries lwt.unix markup-lwt.unix ounit2 test_support)
8126008
  (flags (:standard -w +A-44)))
8126008
 
8126008
 (alias
8126008
diff -ur markup.ml-0.8.2.old/test/support/dune markup.ml-0.8.2/test/support/dune
8126008
--- markup.ml-0.8.2.old/test/support/dune	2019-12-09 21:10:45.000000000 +0000
8126008
+++ markup.ml-0.8.2/test/support/dune	2020-02-26 18:50:48.344138661 +0000
8126008
@@ -1,4 +1,4 @@
8126008
 (library
8126008
  (name test_support)
8126008
- (libraries markup oUnit)
8126008
+ (libraries markup ounit2)
8126008
  (flags (:standard -w +A-44)))