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

19 lines
279 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
))
(alias
(name runtest)
(deps run_tests.exe)
(action (run %{deps} -q --color=always)))