1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-30 23:23:07 +00:00

Add --test flag to jpm.

Also test some select packages when testing installation.
This is used in CI to make sure that versions of Janet work with
the most libraries.
This commit is contained in:
Calvin Rose
2019-11-09 10:03:56 -06:00
parent 1f55d40a10
commit 8911daaf6c
5 changed files with 23 additions and 2 deletions

4
jpm.1
View File

@@ -28,6 +28,10 @@ More interesting are the local commands. For more information on jpm usage, see
.BR \-\-verbose
Print detailed messages of what jpm is doing, including compilation commands and other shell commands.
.TP
.BR \-\-test
If passed to jpm install, runs tests before installing. Will run tests recursively on dependencies.
.SH OPTIONS
.TP