summaryrefslogtreecommitdiff
path: root/tests/builders.scm
AgeCommit message (Expand)AuthorFilesLines
2026-05-24tests: builders: Switch to pyproject-build-system.Nicolas Graves1-20/+11
2025-10-12tests: don't use 'file://...' URIs for testing git downloads.Reepca Russelstein1-3/+5
2025-09-30tests/builders: Avoid races in unpack tests.Maxim Cournoyer1-0/+1
2023-09-26git-download: Use “builtin:git-download” when available.Ludovic Courtès1-1/+28
2022-10-22Remove now unnecessary uses of (guix grafts).Ludovic Courtès1-1/+0
2021-09-17tests: Add missing module import.Marius Bakke1-0/+1
2021-09-07tests: Disable grafts in 'tests/builders.scm'.Ludovic Courtès1-0/+3
2021-07-05tests: Adjust Python "sanity" check tests.Ludovic Courtès1-2/+7
2021-03-30build-system: Rewrite using gexps.Ludovic Courtès1-1/+1
2021-02-01build/python: Add a sanity check phase.Lars-Dominik Braun1-3/+83
2021-01-26build-systems/gnu: Allow unpacking/repacking more kind of files.Maxim Cournoyer1-1/+34
2019-06-14tests: Remove expensive and pointless test.Ludovic Courtès1-40/+1
2018-09-22bootstrap: %bootstrap-inputs: Wrap input lists into thunks.Jan Nieuwenhuizen1-9/+14
2018-09-04Switch to Guile-Gcrypt.Ludovic Courtès1-1/+1
2016-04-03build: Add a Guile custom test driver using SRFI-64.Mathieu Lirzin1-3/+0
2015-02-24tests: Skip tests that would fail due to the shebang length.Ludovic Courtès1-1/+2
2015-02-24tests: Factorize the network reachability test.Ludovic Courtès1-5/+2
2015-01-14packages: Convert source derivations to monadic style.Ludovic Courtès1-9/+12
2014-10-05build-system: Introduce "bags" as an intermediate representation.Ludovic Courtès1-5/+4
2014-10-03download: Allow raw file names or file:// URLs.Ludovic Courtès1-0/+17
2014-08-28gnu: Split (gnu packages base), adding (gnu packages commencement).Ludovic Courtès1-2/+2
2014-08-23Factorize test suite support in (guix tests).Ludovic Courtès1-6/+3
2013-09-18derivations: 'derivation' and related procedures return a single value.Ludovic Courtès1-4/+4
2013-04-11tests: Adjust `gnu-build' test to search path mechanism.Ludovic Courtès1-3/+12
2013-02-01Augment `.dir-locals.el'.Ludovic Courtès1-4/+0
2013-01-18distro: Change the module name space to (gnu ...).Ludovic Courtès1-2/+2
2013-01-06Update license headers.Ludovic Courtès1-6/+6
2012-12-13tests: Skip network-dependent tests when the network is unreachable.Ludovic Courtès1-0/+5
2012-11-13tests: Make sure to use the bootstrap Guile.Ludovic Courtès1-2/+4
2012-11-13Remove (guix http) and (guix ftp).Ludovic Courtès1-12/+1
2012-11-12Add (guix download) and (guix build download).Ludovic Courtès1-0/+12
2012-11-11Move base32 code to (guix base32).Ludovic Courtès1-0/+1
2012-11-04distro: Move bootstrap packages to (distro packages bootstrap).Ludovic Courtès1-3/+1
2012-11-02tests: Run without substitutes.Ludovic Courtès1-0/+4
2012-10-28tests: Use our own bootstrap tools.Ludovic Courtès1-8/+10
2012-10-07tests: Use bootstrap and Nixpkgs inputs to be less costly.Ludovic Courtès1-1/+17
2012-07-01Add the `valid-path?' RPC.Ludovic Courtès1-5/+8
2012-06-27Abstract build systems.Ludovic Courtès1-1/+6
2012-06-13Change `build-expression->derivation' to support sub-derivation inputs.Ludovic Courtès1-1/+1
2012-06-13Add supporting tools for the GNU Build System.Ludovic Courtès1-0/+12
2012-06-12Augment `build-expression->derivation' with #:modules; add `http-fetch'.Ludovic Courtès1-0/+50