diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2016-12-16 13:20:49 +0100 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2016-12-16 13:20:49 +0100 |
commit | e9e1ce8e14ffdbd8ddddaacc93e0e71d0c29a992 (patch) | |
tree | 856b9a457bc63667efbfb6f962be957fdd2f79ae /README | |
parent | 5dc1bf40e96ee40f9e786ffeafc3eb895b4e8e74 (diff) | |
download | cuirass-e9e1ce8e14ffdbd8ddddaacc93e0e71d0c29a992.tar cuirass-e9e1ce8e14ffdbd8ddddaacc93e0e71d0c29a992.tar.gz |
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 <Example>: Likewise.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |