tests: Add a manifest for system tests.
authorLudovic Courtès <ludo@gnu.org>
Thu, 5 Mar 2020 15:16:02 +0000 (16:16 +0100)
committerLudovic Courtès <ludo@gnu.org>
Thu, 5 Mar 2020 15:33:38 +0000 (16:33 +0100)
commit5ec4156bbcaec8337f78411204d59e59e706103b
treea4cac57c8a683f02216193ee0fbcabf16cb202b5
parentc0b726c2112e0e670dc134583b376541c0a3789a
tests: Add a manifest for system tests.

The manifest can be passed to 'guix build -m', 'guix weather -m', and so
on.  It can also be passed to an installed 'guix' (without
./pre-inst-env), with the exception so far of installation tests.

* build-aux/run-system-tests.scm: Remove.  Move interesting bits move
to...
* etc/system-tests.scm: ... here.  New file.
* Makefile.am (EXTRA_DIST): Remove 'build-aux/run-system-tests.scm' and
add 'etc/system-tests.scm'.
(check-system): Rewrite to run 'guix build -m etc/system-tests.scm'.
Makefile.am
build-aux/run-system-tests.scm [deleted file]
etc/system-tests.scm [new file with mode: 0644]