From 57ff01dc71368c78f39fb1e83b5692e30e424191 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Mon, 22 Nov 2021 15:02:43 +0100 Subject: [PATCH] Add test entry and dependencies --- pringo.opam | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pringo.opam b/pringo.opam index 975b1d9..143d9a4 100644 --- a/pringo.opam +++ b/pringo.opam @@ -11,7 +11,9 @@ bug-reports: "https://github.com/xavierleroy/pringo/issues" depends: [ "ocaml" {>= "4.05.0"} "ocamlfind" + "testu01" {with-test} ] build: make install: [make "install"] +test: [make "smalltest"] dev-repo: "git+https://https://github.com/xavierleroy/pringo"