10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2025-01-03 10:05:40 +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
)
)