From f03a750705980035f7efdfb4cc6498e4e0ce8054 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 2 Jun 2019 16:19:06 +0100 Subject: [PATCH] Add some missing test files to Makefile.am --- Makefile.am | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Makefile.am b/Makefile.am index a3ea5f0..669784b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -65,12 +65,14 @@ SOURCES = \ TEST_EXTENSIONS = .scm -TESTS = \ - tests/model-derivation.scm \ - tests/model-git-branch.scm \ - tests/model-git-repository.scm \ - tests/model-package-metadata.scm \ - tests/branch-updated-emails.scm +TESTS = \ + tests/branch-updated-emails.scm \ + tests/model-derivation.scm \ + tests/model-git-branch.scm \ + tests/model-git-repository.scm \ + tests/model-license-set.scm \ + tests/model-license.scm \ + tests/model-package-metadata.scm AM_TESTS_ENVIRONMENT = abs_top_srcdir="$(abs_top_srcdir)"