diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2018-11-03 19:41:15 +0100 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2018-11-05 21:13:45 +0100 |
commit | 01a83e0f1fb67e85f77b87a159e47a1d3625b66b (patch) | |
tree | 8dc249860619d8e6e3b0c730dc5a778b13db8abd /_oasis | |
parent | 55f50ddaf31fe1cb4cda4d15e387280e8f7a8242 (diff) | |
download | ocaml-sid-01a83e0f1fb67e85f77b87a159e47a1d3625b66b.tar.gz |
fix tests and bump versionv1
Also set minimum compiler version to 4.02 for package since that’s when
the bytes type was introduced.
Diffstat (limited to '_oasis')
-rw-r--r-- | _oasis | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ OASISFormat: 0.4 Name: sid -Version: 0 Synopsis: Handle security identifiers (SID). +Version: 1 Authors: phg License: LGPL-3 with OCaml linking exception BuildTools: ocamlbuild @@ -34,7 +34,7 @@ Executable "sidparse" Test "test_sidparse" Run$: flag(tests) - TestTools: util/sidparse_test.sh + TestTools: sidparse Command: util/sidparse_test.sh Document "sid_intf" |