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

20 lines
299 B
Plaintext
Raw Normal View History

2020-09-26 12:02:53 +02:00
(executable
(name run_tests)
(libraries
alcotest
test_common
2020-10-02 15:49:09 +02:00
test_linear_algebra
2020-09-26 12:02:53 +02:00
test_particles
test_gaussian_basis
2020-10-03 00:54:17 +02:00
test_gaussian_integrals
test_ao_basis
2020-10-18 01:58:22 +02:00
test_mo_basis
2020-12-07 13:52:56 +01:00
test_perturbation
2020-09-26 12:02:53 +02:00
))
(alias
(name runtest)
(deps run_tests.exe)
(action (run %{deps} -q --color=always)))
2020-10-03 15:27:48 +02:00