diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 74bc8b5948..7e41990cac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -241,7 +241,8 @@ SCM_TESTS = \ tests/cve.scm \ tests/file-systems.scm \ tests/services.scm \ - tests/containers.scm + tests/containers.scm \ + tests/import-utils.scm if HAVE_GUILE_JSON |