10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-02 03:15:19 +02:00
QCaml/test/dune
2020-12-07 13:52:56 +01:00

20 lines
299 B
Plaintext

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