civodul pushed a change to branch master in repository guix. from b0d388c gnu: guile-next: Update to 2.1.3. new 908935b tests: base: Fully honor the OS passed to 'run-basic-test'. new b1dd6ac vm: 'qemu-command' honors its argument. new 94b4274 tests: Add system installation test. new 2a6ba87 packages: Export 'scheme-modules'. new 98b65b5 tests: Add a mechanism to describe and discover system tests. new de7e0e8 build: 'make check-system' now honors $TESTS. new a9601e2 gexp: Use a relative file name. new e702e26 hydra: Add jobs for the system tests.
The 8 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: Makefile.am | 1 - build-aux/hydra/gnu-system.scm | 24 ++++- build-aux/run-system-tests.scm | 24 ++++- gnu/build/vm.scm | 6 +- gnu/local.mk | 3 +- gnu/packages.scm | 9 +- gnu/tests.scm | 88 ++++++++++++++++- gnu/tests/base.scm | 39 +++++--- gnu/tests/install.scm | 209 ++++++++++++++++++++++++++++++++++++++++ guix/gexp.scm | 6 +- 10 files changed, 376 insertions(+), 33 deletions(-) create mode 100644 gnu/tests/install.scm