10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-07-16 16:10:22 +02:00
QCaml/operators/test/dune

10 lines
120 B
Plaintext
Raw Normal View History

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