diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2020-09-15 17:40:05 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2020-09-15 17:40:05 +0200 |
commit | 7642748398c69c9740ec3c3532bd88c5ea0615e4 (patch) | |
tree | 13527c303c9f492808afb2a2221a66613c84aeb3 /Makefile.am | |
parent | f3ab04aee4ee2d0fa1f5894e1cf9b068716ecf00 (diff) | |
download | cuirass-7642748398c69c9740ec3c3532bd88c5ea0615e4.tar cuirass-7642748398c69c9740ec3c3532bd88c5ea0615e4.tar.gz |
Add metrics testing.
* tests/metrics.scm: New file.
* Makefile.am (TESTS): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index df24342..0e4d3c8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -115,6 +115,7 @@ TESTS = \ ## tests/basic.sh # takes too long to execute tests/database.scm \ tests/http.scm \ + tests/metrics.scm \ tests/ui.scm \ tests/utils.scm |