diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-12-04 23:16:11 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-12-04 23:51:48 +0100 |
commit | d23077dc5ca1517bd6d1600664fe2303b86eb16c (patch) | |
tree | ad0875d0cc2d9bc415506ff77adec3d699cc5115 /.gitignore | |
parent | 2606bbcf917c0bc1b2ed10a104acfbbe151a941b (diff) | |
download | patches-d23077dc5ca1517bd6d1600664fe2303b86eb16c.tar patches-d23077dc5ca1517bd6d1600664fe2303b86eb16c.tar.gz |
daemon: Add test.
* daemon.am (test_root, AM_TESTS_ENVIRONMENT): New variables.
(clean-local): New target.
* tests/guix-daemon.sh: New file.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 89f0ae797c..d39ad6ed96 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,4 @@ stamp-h[0-9] /libstore.a /libutil.a /guix-daemon +/test-tmp |