From e9e1ce8e14ffdbd8ddddaacc93e0e71d0c29a992 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Fri, 16 Dec 2016 13:20:49 +0100 Subject: maint: Move examples from 'tests' to 'examples' directory. * examples/gnu-system.scm: Moved from 'tests' directory. * examples/guix-jobs.scm: Likewise. * examples/guix-track-git.scm: Likewise. * examples/hello-git.scm: Likewise. * examples/hello-singleton.scm: Likewise. * examples/hello-subset.scm: Likewise. * Makefile.am (EXTRA_DIST): Adapt. * README : Likewise. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 41cca7c..a0b3159 100644 --- a/README +++ b/README @@ -26,9 +26,9 @@ Example A quick way to manually test Cuirass is to execute: - ./pre-inst-env cuirass --specifications=tests/hello-singleton.scm --database=test.db + ./pre-inst-env cuirass --specifications=examples/hello-singleton.scm --database=test.db -This will read the file "tests/hello-singleton.scm" which contains a list of +This will read the file "examples/hello-singleton.scm" which contains a list of specifications and add them to the database "test.db" which is created if it doesn't already exist. -- cgit v1.2.3