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

18 lines
263 B
Plaintext

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