aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2020-09-15 17:40:05 +0200
committerMathieu Othacehe <othacehe@gnu.org>2020-09-15 17:40:05 +0200
commit7642748398c69c9740ec3c3532bd88c5ea0615e4 (patch)
tree13527c303c9f492808afb2a2221a66613c84aeb3 /Makefile.am
parentf3ab04aee4ee2d0fa1f5894e1cf9b068716ecf00 (diff)
downloadcuirass-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.am1
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