From 29c21851bddf76c5fd659d4225bb426fc1396750 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 30 Apr 2026 00:22:24 -0500 Subject: chore: add Cask + ert-runner test infrastructure Replace the bare emacs --batch test runner with cask exec ert-runner. The Makefile test targets now delegate. validate-parens, compile, and lint stay on bare emacs --batch. Running cask once per file would slow them down for no real win. Adds: - Cask file declaring sources and ert-runner as a dev dep - .ert-runner config adding . and tests to load-path - tests/test-helper.el placeholder for future test setup - .gitignore entry for .cask/ All 88 tests pass in 0.19s via the new path. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 621111a..9c74e1c 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,9 @@ *.elc *.eln +# Cask-installed deps +/.cask/ + # Test logs /tests/*-output.log -- cgit v1.2.3