10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2025-01-05 10:58:47 +01:00
QCaml/ci/test/dune

10 lines
107 B
Plaintext
Raw Normal View History

2024-06-24 14:28:30 +02:00
(library
(name test_ci)
(synopsis "Test for ci library")
(libraries
alcotest
trexio
qcaml.ci
)
)