10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-07-18 08:53:27 +02:00
QCaml/test/dune
2020-09-26 12:02:53 +02:00

14 lines
198 B
Plaintext

(executable
(name run_tests)
(libraries
alcotest
test_common
test_particles
test_gaussian_basis
))
(alias
(name runtest)
(deps run_tests.exe)
(action (run %{deps} -q --color=always)))