From 37312bb2c9ce6f2bb778e043a8697729bce81a0a Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 8 Sep 2021 09:04:44 -0400 Subject: Add the start of a test suite. --- .dir-locals.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index 15dce46..8b26cb4 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,7 +1,9 @@ ((nil . ((compile-command . "make -j$(nproc)"))) (scheme-mode . - ((eval . (put 'sdl2:call-with-surface 'scheme-indent-function 1)) + ((eval . (put 'with-tests 'scheme-indent-function 1)) + (eval . (put 'test-group 'scheme-indent-function 1)) + (eval . (put 'sdl2:call-with-surface 'scheme-indent-function 1)) (eval . (put 'call-with-loaded-image 'scheme-indent-function 3)) (eval . (put 'with-blend-mode 'scheme-indent-function 1)) (eval . (put 'with-polygon-mode 'scheme-indent-function 1)) -- cgit v1.2.3