diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2016-04-03 16:25:07 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2016-04-03 16:25:07 +0200 |
commit | 3cf0dbda97497be4f058c269b0f49132d15fbea1 (patch) | |
tree | 2fb932256cfd5b7e1688172a7461af1a8385aa97 /Makefile.am | |
parent | a9edb211e733b8b34e67ec3b4450567e9376986f (diff) | |
download | guix-3cf0dbda97497be4f058c269b0f49132d15fbea1.tar guix-3cf0dbda97497be4f058c269b0f49132d15fbea1.tar.gz |
build: Distribute 'build-aux/test-driver.scm'.
* Makefile.am (EXTRA_DIST): Add 'build-aux/test-driver.scm'.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 4b665a628a..4c00db1ab3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -347,6 +347,7 @@ EXTRA_DIST = \ build-aux/download.scm \ build-aux/make-binary-tarball.scm \ build-aux/generate-authors.scm \ + build-aux/test-driver.scm \ srfi/srfi-37.scm.in \ srfi/srfi-64.scm \ srfi/srfi-64.upstream.scm \ |