10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-10-04 23:36:08 +02:00
QCaml/qcaml/test/dune

10 lines
108 B
Plaintext
Raw Normal View History

2020-12-28 12:03:13 +01:00
(library
(name test_qcaml)
(synopsis "Test for qcaml library")
(libraries
alcotest
qcaml.qcaml
)
)