By default we should test all our code for regressions. I'm always running the examples anyway to test new features, so we should have that recipe run afterwards. If a test fails, that's first priority to fix. If an example fails, time to continue working.
7 lines
311 B
EmacsLisp
7 lines
311 B
EmacsLisp
;;; Directory Local Variables -*- no-byte-compile: t -*-
|
|
;;; For more information see (info "(emacs) Directory Variables")
|
|
|
|
((nil . ((compile-command . "make MODE=debug test examples")
|
|
(+license/license-choice . "GNU General Public License Version 2")))
|
|
(c-mode . ((mode . clang-format))))
|