mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
35 lines
887 B
Diff
35 lines
887 B
Diff
From d6432606b9d76ce399f47263992d39c306eb2fcf Mon Sep 17 00:00:00 2001
|
|
From: Alessandro-Barbieri <lssndrbarbieri@gmail.com>
|
|
Date: Sat, 16 Apr 2022 18:45:58 +0200
|
|
Subject: [PATCH] switch to ounit2
|
|
|
|
Signed-off-by: Alessandro-Barbieri <lssndrbarbieri@gmail.com>
|
|
---
|
|
io-page.opam | 2 +-
|
|
lib_test/dune | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/io-page.opam b/io-page.opam
|
|
index eca0112..b72af2e 100644
|
|
--- a/io-page.opam
|
|
+++ b/io-page.opam
|
|
@@ -11,7 +11,7 @@ depends: [
|
|
"ocaml" {>= "4.08.0"}
|
|
"dune" {>= "2.6"}
|
|
"cstruct" {>= "2.0.0"}
|
|
- "ounit" {with-test}
|
|
+ "ounit2" {with-test}
|
|
]
|
|
build: [
|
|
["dune" "subst"] {dev}
|
|
diff --git a/lib_test/dune b/lib_test/dune
|
|
index 9eb6161..f23440b 100644
|
|
--- a/lib_test/dune
|
|
+++ b/lib_test/dune
|
|
@@ -1,4 +1,4 @@
|
|
(test
|
|
(name portable)
|
|
(package io-page)
|
|
- (libraries io-page oUnit))
|
|
+ (libraries io-page ounit2))
|