10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-07-31 17:44:12 +02: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
)
)