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

20 lines
281 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
2020-12-28 12:03:13 +01:00
test_gaussian
2020-10-03 00:54:17 +02:00
test_gaussian_integrals
2020-12-28 12:03:13 +01:00
test_ao
test_mo
2020-12-07 13:52:56 +01:00
test_perturbation
2020-09-26 12:02:53 +02:00
))
2023-06-30 12:22:26 +02:00
(rule
(alias runtest)
2020-09-26 12:02:53 +02:00
(deps run_tests.exe)
(action (run %{deps} -q --color=always)))
2020-10-03 15:27:48 +02:00