mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-06 22:23:42 +01:00
18 lines
263 B
Plaintext
18 lines
263 B
Plaintext
(executable
|
|
(name run_tests)
|
|
(libraries
|
|
alcotest
|
|
test_common
|
|
test_linear_algebra
|
|
test_particles
|
|
test_gaussian_basis
|
|
test_gaussian_integrals
|
|
test_ao_basis
|
|
))
|
|
|
|
(alias
|
|
(name runtest)
|
|
(deps run_tests.exe)
|
|
(action (run %{deps} -q --color=always)))
|
|
|