summaryrefslogtreecommitdiff
path: root/tests/union.scm
Commit message (Expand)AuthorAgeFilesLines
* build: Add a Guile custom test driver using SRFI-64....Mathieu Lirzin2016-04-031-3/+0
* tests: Factorize the network reachability test....Ludovic Courtès2015-02-241-4/+2
* Factorize test suite support in (guix tests)....Ludovic Courtès2014-08-231-7/+2
* tests: Add 'union-build' test for <http://bugs.gnu.org/17083>....Ludovic Courtès2014-04-021-1/+47
* union: Rewrite to be faster; handle symlink/directory conflicts....Mark H Weaver2014-04-021-41/+0
* derivations: Use more keyword parameters for 'build-expression->derivation'....Ludovic Courtès2013-12-041-2/+2
* tests: Adjust to bootstrap tarball updates....Ludovic Courtès2013-11-161-3/+3
* derivations: 'derivation' and related procedures return a single value....Ludovic Courtès2013-09-181-1/+1
* union: Don't traverse sub-directories only found in one element of the union....Ludovic Courtès2013-09-021-1/+11
* union: Delete duplicates when passed the same input several times....Ludovic Courtès2013-02-061-3/+4
* Augment `.dir-locals.el'....Ludovic Courtès2013-02-011-6/+0
* distro: Change the module name space to (gnu ...)....Ludovic Courtès2013-01-181-1/+1
* Merge branch 'core-updates'...Ludovic Courtès2013-01-111-1/+4
|\
| * Merge branch 'master' into core-updates...Ludovic Courtès2013-01-061-6/+6
| |\
| * | tests: Adjust to not rely on /bin/sh....Ludovic Courtès2013-01-021-2/+5
* | | union: Detect collisions, and delete duplicate leaves....Ludovic Courtès2013-01-091-1/+20
| |/ |/|
* | Update license headers....Ludovic Courtès2013-01-061-6/+6
|/
* tests: Skip network-dependent tests when the network is unreachable....Ludovic Courtès2012-12-131-1/+5
* distro: Move bootstrap packages to (distro packages bootstrap)....Ludovic Courtès2012-11-041-4/+2
* Add (guix build union)....Ludovic Courtès2012-10-291-0/+103