.dir-locals: added compile-command for testing
When I'm writing unit test code, it's nicer to compile with full logs by default.
This commit is contained in:
@@ -3,4 +3,6 @@
|
|||||||
|
|
||||||
((nil . ((compile-command . "make MODE=debug test examples")
|
((nil . ((compile-command . "make MODE=debug test examples")
|
||||||
(+license/license-choice . "GNU General Public License Version 2")))
|
(+license/license-choice . "GNU General Public License Version 2")))
|
||||||
(c-mode . ((mode . clang-format))))
|
(c-mode . ((mode . clang-format)))
|
||||||
|
("test" .
|
||||||
|
((nil . ((compile-command . "make MODE=full test"))))))
|
||||||
|
|||||||
Reference in New Issue
Block a user