diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-06-20 22:34:13 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-06-20 23:50:46 +0200 |
commit | 98b65b5ff6b1dea0ad58b0f47dd163c32d0cbf6e (patch) | |
tree | 7aa29f770d1ff50aea95af404324061ec708cd03 /Makefile.am | |
parent | 2a6ba870867e31a32faca0dbf0e062bf9f5c0d78 (diff) | |
download | patches-98b65b5ff6b1dea0ad58b0f47dd163c32d0cbf6e.tar patches-98b65b5ff6b1dea0ad58b0f47dd163c32d0cbf6e.tar.gz |
tests: Add a mechanism to describe and discover system tests.
* gnu/tests.scm (<system-test>): New record type.
(write-system-test, test-modules, fold-system-tests)
(all-system-tests): New procedures.
* gnu/tests/base.scm (%test-basic-os): Turn into a <system-test>.
* gnu/tests/install.scm (%test-installed-os): Likewise.
* build-aux/run-system-tests.scm (%system-tests): Remove.
(run-system-tests): Use 'all-system-tests'.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8fd1c1b0b6..37a0aef7dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -334,7 +334,6 @@ check-local: endif !CAN_RUN_TESTS check-system: $(GOBJECTS) - $(AM_V_at)echo "Running system tests..." $(AM_V_at)$(top_builddir)/pre-inst-env \ $(GUILE) --no-auto-compile \ -e '(@@ (run-system-tests) run-system-tests)' \ |