From 5af999fb20c5bae645a5f2005f0411a1130b7455 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Sun, 25 Mar 2018 00:28:52 +0100 Subject: tests: Add "tests/utils.scm" * tests/utils.scm: New test. * Makefile.am (TESTS): Add it. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 07a492f..9c7e5c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -138,7 +138,8 @@ TESTS = \ tests/schedule.sh \ tests/base.scm \ tests/environment.scm \ - tests/job-specifier.scm + tests/job-specifier.scm \ + tests/utils.scm ## -------------- ## ## Distribution. ## -- cgit v1.2.3