diff options
author | pukkamustard <pukkamustard@posteo.net> | 2021-06-07 12:52:41 +0200 |
---|---|---|
committer | pukkamustard <pukkamustard@posteo.net> | 2021-06-07 12:52:41 +0200 |
commit | e4a7e4f906f60941944c8adb7c44d3c78c9d1a03 (patch) | |
tree | 09043dc8e85ad1e11eb1de4f49e378c71b4b503d /test | |
parent | 063ca73b790d12961ed786c22a9a21a7f0c60941 (diff) |
rdf_alcotest, rdf_gen: Expose as public libraries.
Diffstat (limited to 'test')
-rw-r--r-- | test/alcotest/dune | 1 | ||||
-rw-r--r-- | test/gen/dune | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/alcotest/dune b/test/alcotest/dune index ebb0692..53a1268 100644 --- a/test/alcotest/dune +++ b/test/alcotest/dune @@ -1,3 +1,4 @@ (library (name rdf_alcotest) + (public_name rdf_alcotest) (libraries rdf alcotest)) diff --git a/test/gen/dune b/test/gen/dune index 24b7256..5f2038c 100644 --- a/test/gen/dune +++ b/test/gen/dune @@ -1,3 +1,4 @@ (library (name rdf_gen) + (public_name rdf_gen) (libraries rdf qcheck)) |