10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-12-22 20:33:36 +01:00
QCaml/ci/test/dune
2024-06-24 14:28:30 +02:00

10 lines
107 B
Plaintext

(library
(name test_ci)
(synopsis "Test for ci library")
(libraries
alcotest
trexio
qcaml.ci
)
)