diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-05-04 23:56:42 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-05-04 23:56:42 +0200 |
commit | 41c569d9b9c47ce8f2fb280f24c0a6d4e76f8bc7 (patch) | |
tree | b4d6a21fcf10773243ca82020da0de8989d5bf99 /Makefile.am | |
parent | e9f693d06f94bd96488c3910dba6504f94a6b6f9 (diff) | |
download | patches-41c569d9b9c47ce8f2fb280f24c0a6d4e76f8bc7.tar patches-41c569d9b9c47ce8f2fb280f24c0a6d4e76f8bc7.tar.gz |
build: Add 'run-system-tests.scm'.
This file was meant to be added as part of
commit e9f693d06f94bd96488c3910dba6504f94a6b6f9.
* build-aux/run-system-tests.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
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 e0be844bfd..dfd486b256 100644 --- a/Makefile.am +++ b/Makefile.am @@ -361,6 +361,7 @@ EXTRA_DIST = \ build-aux/make-binary-tarball.scm \ build-aux/generate-authors.scm \ build-aux/test-driver.scm \ + build-aux/run-system-tests.scm \ srfi/srfi-37.scm.in \ srfi/srfi-64.scm \ srfi/srfi-64.upstream.scm \ |