Add some missing test files to Makefile.am

This commit is contained in:
Christopher Baines 2019-06-02 16:19:06 +01:00
parent 95ad50a80c
commit f03a750705

View file

@ -66,11 +66,13 @@ SOURCES = \
TEST_EXTENSIONS = .scm TEST_EXTENSIONS = .scm
TESTS = \ TESTS = \
tests/branch-updated-emails.scm \
tests/model-derivation.scm \ tests/model-derivation.scm \
tests/model-git-branch.scm \ tests/model-git-branch.scm \
tests/model-git-repository.scm \ tests/model-git-repository.scm \
tests/model-package-metadata.scm \ tests/model-license-set.scm \
tests/branch-updated-emails.scm tests/model-license.scm \
tests/model-package-metadata.scm
AM_TESTS_ENVIRONMENT = abs_top_srcdir="$(abs_top_srcdir)" AM_TESTS_ENVIRONMENT = abs_top_srcdir="$(abs_top_srcdir)"