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"