diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-31 14:10:44 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-31 14:10:44 +0200 |
| commit | 872e4c607453c74413bd63fc08cbc91cb0981db0 (patch) | |
| tree | 4ecc9e8f84c4eec96943141abe9afa67b6ebc08d /test/dune | |
| parent | 58deef45d6039d78bc423554f630d27f6bec1bb3 (diff) | |
| download | colitur-872e4c607453c74413bd63fc08cbc91cb0981db0.tar.gz colitur-872e4c607453c74413bd63fc08cbc91cb0981db0.zip | |
cli: colitur easter <year> prints Easter and its anchors
Argv-parsed subcommand; validates the 1583..9999 domain (exit 2 otherwise);
prints 'name YYYY-MM-DD' lines. Cram test covers the output and the exit codes.
Diffstat (limited to 'test/dune')
| -rw-r--r-- | test/dune | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ (test (name test_colitur) (libraries colitur_kernel alcotest qcheck qcheck-alcotest)) + +(cram + (deps %{bin:colitur})) |
