10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-30 00:44:18 +02:00
QCaml/perturbation/test/dune

10 lines
129 B
Plaintext
Raw Normal View History

2020-12-28 12:03:13 +01:00
2020-12-07 13:52:56 +01:00
(library
(name test_perturbation)
2020-12-28 12:03:13 +01:00
(synopsis "Test for perturbation library")
2020-12-07 13:52:56 +01:00
(libraries
alcotest
qcaml.perturbation
)
2020-12-28 12:03:13 +01:00
)