aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-04-14 10:08:11 +0100
committerChristopher Baines <mail@cbaines.net>2019-04-14 10:08:11 +0100
commitef4fd5ab4fee64639dcd18ead2a82aa2235661fd (patch)
tree0715f16144a8eadd915d9d17efa4e273afd8ac75 /configure.ac
parentd69f77d59eefc1ca577d6df0cfe6d8cd46742b82 (diff)
downloaddata-service-ef4fd5ab4fee64639dcd18ead2a82aa2235661fd.tar
data-service-ef4fd5ab4fee64639dcd18ead2a82aa2235661fd.tar.gz
Add an initial test
Along with the buildsystem changes to make `make check` work.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 138a31d..225e894 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,6 +42,7 @@ AC_CONFIG_FILES([scripts/guix-data-service], [chmod +x scripts/guix-data-service
AC_CONFIG_FILES([scripts/guix-data-service-process-jobs], [chmod +x scripts/guix-data-service-process-jobs])
AC_CONFIG_FILES([scripts/guix-data-service-process-branch-updated-email], [chmod +x scripts/guix-data-service-process-branch-updated-email])
AC_CONFIG_FILES([scripts/guix-data-service-query-build-servers], [chmod +x scripts/guix-data-service-query-build-servers])
+AC_CONFIG_FILES([test-env:build-aux/test-env.in], [chmod +x test-env])
AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env])
AC_OUTPUT