mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-09 07:33:40 +01:00
14 lines
198 B
Plaintext
14 lines
198 B
Plaintext
(executable
|
|
(name run_tests)
|
|
(libraries
|
|
alcotest
|
|
test_common
|
|
test_particles
|
|
test_gaussian_basis
|
|
))
|
|
|
|
(alias
|
|
(name runtest)
|
|
(deps run_tests.exe)
|
|
(action (run %{deps} -q --color=always)))
|