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"