From 2cc406ff8feccf44d3cfb19ed6612e6ea725c7c1 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Mon, 22 Nov 2021 15:34:40 +0100 Subject: [PATCH] Add run-test entry --- pringo.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pringo.opam b/pringo.opam index 143d9a4..6b1a07a 100644 --- a/pringo.opam +++ b/pringo.opam @@ -15,5 +15,5 @@ depends: [ ] build: make install: [make "install"] -test: [make "smalltest"] +run-test: [make "smalltest"] dev-repo: "git+https://https://github.com/xavierleroy/pringo"