;; Per-directory local variables for GNU Emacs 23 and later. ((nil . ((fill-column . 78) (tab-width . 8))) (c-mode . ((c-file-style . "gnu"))) (scheme-mode . ((indent-tabs-mode . nil) (eval . (put 'test-assert 'scheme-indent-function 1)) (eval . (put 'test-equal 'scheme-indent-function 1)) (eval . (put 'call-with-input-string 'scheme-indent-function 1)) (eval . (put 'guard 'scheme-indent-function 1)) (eval . (put 'lambda* 'scheme-indent-function 1)) (eval . (put 'substitute* 'scheme-indent-function 1)) (eval . (put 'with-directory-excursion 'scheme-indent-function 1)) (eval . (put 'package 'scheme-indent-function 1)) (eval . (put 'substitute-keyword-arguments 'scheme-indent-function 1)) (eval . (put 'with-error-handling 'scheme-indent-function 0)))) (emacs-lisp-mode . ((indent-tabs-mode . nil))) (texinfo-mode . ((indent-tabs-mode . nil) (fill-column . 72)))) k's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/build-utils.scm
AgeCommit message (Expand)Author
2019-11-26tests: Avoid unnecessary use of 'mock'....Ludovic Courtès
2019-11-26tests: Avoid (catch 'srfi-34 …) form....Ludovic Courtès
2019-06-17utils: Add 'invoke/quiet'....Ludovic Courtès
2019-03-23Merge branch 'staging' into core-updatesMarius Bakke
2019-03-16booloader: Add 'invoke/quiet'....Ludovic Courtès
2019-03-16tests: Add 'with-environment-variable'....Ludovic Courtès
2019-02-08guix: Add wrap-script....Ricardo Wurmus
2016-09-07utils: 'wrap-program' produces only one wrapper file....Ludovic Courtès
2016-09-02tests: Test 'wrap-program' without building a package....Ludovic Courtès
2016-04-03build: Add a Guile custom test driver using SRFI-64....Mathieu Lirzin
2015-09-24tests: Unset 'LOCPATH' before running bootstrap program....Ludovic Courtès
2014-09-13utils: Allow wrap-program to be called multiple times....Eric Bavier
2013-02-01Augment `.dir-locals.el'....Ludovic Courtès