10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2025-01-05 10:58:47 +01:00
QCaml/simulation/test/dune

10 lines
123 B
Plaintext
Raw Normal View History

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