summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Skip 'guix-register' when the socket name length is exceeded....Ludovic Courtès2015-02-021-1/+9
* tests: Don't dump the list of dead items in the test log....Ludovic Courtès2015-02-021-1/+1
* store: Add 'build-things'....Ludovic Courtès2015-02-021-0/+37
* tests: Add 'with-derivation-substitute' and use it....Ludovic Courtès2015-02-021-48/+23
* tests: Further factorize substitute mocks....Ludovic Courtès2015-02-022-160/+79
* tests: Use 'with-store' as appropriate....Ludovic Courtès2015-02-021-173/+173
* lint: Fix argument parsing when several packages are specified....Ludovic Courtès2015-01-281-0/+3
* derivations: Raise an error for references to non-existent outputs....Ludovic Courtès2015-01-241-0/+11
* gnu: 'search-patch' raises an error when a patch is not found....Ludovic Courtès2015-01-201-0/+20
* records: Add support for delayed fields....Ludovic Courtès2015-01-191-1/+46
* tests: Adjust syscall tests for 2.6ish Linux....Ludovic Courtès2015-01-191-7/+7
* monads: Add the state monad....Ludovic Courtès2015-01-171-2/+33
* store: Add #:recursive? parameter to 'export-paths'....Ludovic Courtès2015-01-171-0/+33
* Merge branch 'core-updates'...Ludovic Courtès2015-01-161-2/+53
|\
| * Merge branch 'master' into core-updatesMark H Weaver2015-01-134-52/+96
| |\
| * \ Merge branch 'master' into core-updatesMark H Weaver2015-01-114-11/+121
| |\ \
| * \ \ Merge branch 'master' into core-updatesMark H Weaver2015-01-061-2/+21
| |\ \ \
| * | | | guix package: Follow symlinks for pattern search paths....Ludovic Courtès2015-01-031-0/+51
| * | | | Merge branch 'master' into core-updatesMark H Weaver2014-12-302-128/+238
| |\ \ \ \
| * | | | | packages: Add 'file-type' field to 'search-path-specification'....Ludovic Courtès2014-12-271-2/+2
* | | | | | packages: Convert source derivations to monadic style....Ludovic Courtès2015-01-142-12/+15
* | | | | | store: Add 'store-lower'....Ludovic Courtès2015-01-141-1/+7
* | | | | | monads: Move '%store-monad' and related procedures where they belong....Ludovic Courtès2015-01-141-2/+1
| |_|_|_|/ |/| | | |
* | | | | tests: Properly synchronize threads in the 'home-page' lint tests....Ludovic Courtès2015-01-131-5/+18
* | | | | monads: Remove 'derivation-expression'....Ludovic Courtès2015-01-121-21/+0
* | | | | monads: Rewrite 'text-file*' using gexps....Ludovic Courtès2015-01-122-26/+26
* | | | | Add (guix sets)....Ludovic Courtès2015-01-111-0/+52
| |_|_|/ |/| | |
* | | | derivations: Add 'substitution-oracle' and use it....Ludovic Courtès2015-01-101-1/+2
* | | | derivations: Add 'derivation-output-names'....Ludovic Courtès2015-01-091-1/+9
* | | | import: Add CPAN importer....Eric Bavier2015-01-091-0/+107
* | | | tests: import: Factorize utility function....Eric Bavier2015-01-091-8/+1
* | | | import: Factorize utility functions....Eric Bavier2015-01-091-1/+1
* | | | tests: Add missing copyright line....Ludovic Courtès2015-01-071-0/+1
| |_|/ |/| |
* | | gnu: Search for patches under $GUIX_PACKAGE_PATH....Ludovic Courtès2015-01-031-2/+21
| |/ |/|
* | tests: Make the 'lint' tests slightly more concise....Ludovic Courtès2014-12-291-152/+129
* | tests: Factorize the 'dummy-package' macro....Ludovic Courtès2014-12-292-13/+1
* | lint: Add tests for the 'home-page' checker....Ludovic Courtès2014-12-291-1/+146
|/
* syscalls: Add more procedures for network interfaces....Ludovic Courtès2014-12-191-1/+33
* tests: Use 'test-assertm' for profiles....Ludovic Courtès2014-12-151-13/+17
* guix: scripts: Parse $GUIX_BUILD_OPTIONS separately....nebuli2014-12-061-0/+13
* guix: scripts: Add GUIX_BUILD_OPTIONS environment handling....nebuli2014-11-301-0/+10
* syscalls: Add 'mount-points'....Ludovic Courtès2014-11-101-0/+3
* lint: Allow synopses that start with an abbreviation....Ludovic Courtès2014-11-071-0/+10
* lint: Improve check for synopses starting with package name....Ludovic Courtès2014-11-071-0/+8
* lint: Simplify no-warnings tests....Ludovic Courtès2014-11-071-35/+30
* tests: Avoid Bash extension in 'tests/guix-lint.sh'....Ludovic Courtès2014-11-061-1/+1
* tests: When a store item is to be deleted, make it statistically unique....Ludovic Courtès2014-11-041-1/+1
* store: Invalidate caches once GC has run....Ludovic Courtès2014-11-041-0/+25
* packages: 'package-transitive-supported-systems' accounts for indirect deps....Ludovic Courtès2014-11-031-5/+13
* packages: Implement grafts....Ludovic Courtès2014-11-021-14/+91