From 2eccdc9fbc8b1ed0666ef82d0e1e280b85945b3c Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 20 Jul 2021 14:21:49 +0530 Subject: tests: Add tests for ccwl/utils.scm. * tests/utils.scm: New file. * Makefile.am (SCM_TESTS): Register it. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 21e9b8d..5c39805 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,7 +74,7 @@ bin_SCRIPTS = scripts/ccwl SOURCES = ccwl/ccwl.scm ccwl/yaml.scm ccwl/utils.scm TEST_EXTENSIONS = .scm -SCM_TESTS = tests/ccwl.scm tests/yaml.scm +SCM_TESTS = tests/ccwl.scm tests/utils.scm tests/yaml.scm TESTS = $(SCM_TESTS) SCM_LOG_DRIVER = \ -- cgit v1.2.3