mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
build: Add guix/tests.scm to the distribution.
* Makefile.am (noinst_DATA): Rename to... (dist_noinst_DATA): ... this.
This commit is contained in:
parent
6e206ac788
commit
02754a5e52
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ MODULES += \
|
||||||
endif BUILD_DAEMON_OFFLOAD
|
endif BUILD_DAEMON_OFFLOAD
|
||||||
|
|
||||||
# Internal module with test suite support.
|
# 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
|
# Because of the autoload hack in (guix build download), we must build it
|
||||||
# first to avoid errors on systems where (gnutls) is unavailable.
|
# first to avoid errors on systems where (gnutls) is unavailable.
|
||||||
|
|
Loading…
Reference in a new issue