10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-07-05 10:55:50 +02:00
QCaml/common/test/dune

12 lines
113 B
Plaintext

(library
(name test_common)
(synopsis "Test for common library")
(libraries
alcotest
qcaml.common
)
)