10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-12-22 12:23:31 +01:00
QCaml/ao/test/dune
2024-06-20 15:38:37 +02:00

10 lines
107 B
Plaintext

(library
(name test_ao)
(synopsis "Test for ao library")
(libraries
alcotest
trexio
qcaml.ao
)
)