summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-01-28lint: Fix argument parsing when several packages are specified.Ludovic Courtès
2015-01-24derivations: Raise an error for references to non-existent outputs.Ludovic Courtès
2015-01-20gnu: 'search-patch' raises an error when a patch is not found.Ludovic Courtès
2015-01-19records: Add support for delayed fields.Ludovic Courtès
2015-01-19tests: Adjust syscall tests for 2.6ish Linux.Ludovic Courtès
2015-01-17monads: Add the state monad.Ludovic Courtès
2015-01-17store: Add #:recursive? parameter to 'export-paths'.Ludovic Courtès
2015-01-16Merge branch 'core-updates'Ludovic Courtès
2015-01-14packages: Convert source derivations to monadic style.Ludovic Courtès
2015-01-14store: Add 'store-lower'.Ludovic Courtès
2015-01-14monads: Move '%store-monad' and related procedures where they belong.Ludovic Courtès
2015-01-13Merge branch 'master' into core-updatesMark H Weaver
2015-01-13tests: Properly synchronize threads in the 'home-page' lint tests.Ludovic Courtès
2015-01-12monads: Remove 'derivation-expression'.Ludovic Courtès
2015-01-12monads: Rewrite 'text-file*' using gexps.Ludovic Courtès
2015-01-11Add (guix sets).Ludovic Courtès
2015-01-11Merge branch 'master' into core-updatesMark H Weaver
2015-01-10derivations: Add 'substitution-oracle' and use it.Ludovic Courtès
2015-01-09derivations: Add 'derivation-output-names'.Ludovic Courtès
2015-01-09import: Add CPAN importer.Eric Bavier
2015-01-09tests: import: Factorize utility function.Eric Bavier
2015-01-09import: Factorize utility functions.Eric Bavier
2015-01-07tests: Add missing copyright line.Ludovic Courtès
2015-01-06Merge branch 'master' into core-updatesMark H Weaver
2015-01-03gnu: Search for patches under $GUIX_PACKAGE_PATH.Ludovic Courtès
2015-01-03guix package: Follow symlinks for pattern search paths.Ludovic Courtès
2014-12-30Merge branch 'master' into core-updatesMark H Weaver
2014-12-29tests: Make the 'lint' tests slightly more concise.Ludovic Courtès
2014-12-29tests: Factorize the 'dummy-package' macro.Ludovic Courtès
2014-12-29lint: Add tests for the 'home-page' checker.Ludovic Courtès
2014-12-27packages: Add 'file-type' field to 'search-path-specification'.Ludovic Courtès
2014-12-19syscalls: Add more procedures for network interfaces.Ludovic Courtès
2014-12-15tests: Use 'test-assertm' for profiles.Ludovic Courtès
2014-12-06guix: scripts: Parse $GUIX_BUILD_OPTIONS separately.nebuli
2014-11-30guix: scripts: Add GUIX_BUILD_OPTIONS environment handling.nebuli
2014-11-10syscalls: Add 'mount-points'.Ludovic Courtès
2014-11-07lint: Allow synopses that start with an abbreviation.Ludovic Courtès
2014-11-07lint: Improve check for synopses starting with package name.Ludovic Courtès
2014-11-07lint: Simplify no-warnings tests.Ludovic Courtès
2014-11-06tests: Avoid Bash extension in 'tests/guix-lint.sh'.Ludovic Courtès
2014-11-04tests: When a store item is to be deleted, make it statistically unique.Ludovic Courtès
2014-11-04store: Invalidate caches once GC has run.Ludovic Courtès
2014-11-03packages: 'package-transitive-supported-systems' accounts for indirect deps.Ludovic Courtès
2014-11-02packages: Implement grafts.Ludovic Courtès
2014-11-02packages: Add 'package->bag' test for propagated inputs.Ludovic Courtès
2014-11-02derivations: Add 'derivation-name'.Ludovic Courtès
2014-10-29derivations: Fix 'derivation-prerequisites-to-build' when #:local-build?.Ludovic Courtès
2014-10-29tests: Move some of the narinfo test tools to (guix tests).Ludovic Courtès
2014-10-29derivations: Add 'offloadable-derivation?' and 'substitutable-derivation?'.Ludovic Courtès
2014-10-28build: Adjust lint tests for latest rules.Eric Bavier