aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-06-02 16:19:06 +0100
committerChristopher Baines <mail@cbaines.net>2019-06-02 16:19:06 +0100
commitf03a750705980035f7efdfb4cc6498e4e0ce8054 (patch)
tree411ca28a9f5591b950e5d26437944360637ec5a3 /Makefile.am
parent95ad50a80c09d0457f2ce55d6c2fce0f39b9fc28 (diff)
downloaddata-service-f03a750705980035f7efdfb4cc6498e4e0ce8054.tar
data-service-f03a750705980035f7efdfb4cc6498e4e0ce8054.tar.gz
Add some missing test files to Makefile.am
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am14
1 files 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)"