~ruther/guix-local

02754a5e5206b5a072686f395a548a5ef06df5d8 — Ludovic Courtès 11 years ago 6e206ac
build: Add guix/tests.scm to the distribution.

* Makefile.am (noinst_DATA): Rename to...
  (dist_noinst_DATA): ... this.
1 files changed, 1 insertions(+), 1 deletions(-)

M Makefile.am
M Makefile.am => Makefile.am +1 -1
@@ 108,7 108,7 @@ MODULES +=					\
endif BUILD_DAEMON_OFFLOAD

# Internal module with test suite support.
noinst_DATA = guix/tests.scm
dist_noinst_DATA = guix/tests.scm

# Because of the autoload hack in (guix build download), we must build it
# first to avoid errors on systems where (gnutls) is unavailable.