mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-12-22 20:33:36 +01:00
21 lines
291 B
Plaintext
21 lines
291 B
Plaintext
(executable
|
|
(name run_tests)
|
|
(libraries
|
|
alcotest
|
|
test_common
|
|
test_linear_algebra
|
|
test_particles
|
|
test_gaussian
|
|
test_gaussian_integrals
|
|
test_ao
|
|
test_mo
|
|
test_ci
|
|
test_perturbation
|
|
))
|
|
|
|
(rule
|
|
(alias runtest)
|
|
(deps run_tests.exe)
|
|
(action (run %{deps} -q --color=always)))
|
|
|