mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-07 06:33:39 +01:00
20 lines
299 B
Plaintext
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)))
|
|
|