10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-07-12 06:13:37 +02:00
QCaml/mo/test/dune

10 lines
99 B
Plaintext
Raw Normal View History

2020-12-28 12:03:13 +01:00
2020-10-18 01:58:22 +02:00
(library
2020-12-28 12:03:13 +01:00
(name test_mo)
(synopsis "Test for mo library")
2020-10-18 01:58:22 +02:00
(libraries
alcotest
qcaml.mo
)
2020-12-28 12:03:13 +01:00
)