diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-05-04 23:33:59 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-05-04 23:35:55 +0200 |
commit | e9f693d06f94bd96488c3910dba6504f94a6b6f9 (patch) | |
tree | 907d045b9d59ddfe832c80505949d7eff5267013 /gnu/system | |
parent | 957afcae3cded622f4260385f69b40dbdcaade9f (diff) | |
download | patches-e9f693d06f94bd96488c3910dba6504f94a6b6f9.tar patches-e9f693d06f94bd96488c3910dba6504f94a6b6f9.tar.gz |
tests: Add whole-system test.
* gnu/system/vm.scm (virtualized-operating-system): Export.
* gnu/tests/base.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* Makefile.am (check-system): New target.
Diffstat (limited to 'gnu/system')
-rw-r--r-- | gnu/system/vm.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm index e6ce42467a..676e89df98 100644 --- a/gnu/system/vm.scm +++ b/gnu/system/vm.scm @@ -58,6 +58,7 @@ #:export (expression->derivation-in-linux-vm qemu-image + virtualized-operating-system system-qemu-image system-qemu-image/shared-store |