aboutsummaryrefslogtreecommitdiff
path: root/modules/prog-python.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-11-03 13:17:31 -0600
committerCraig Jennings <c@cjennings.net>2025-11-03 13:17:31 -0600
commit1fed4b50fcc892568d6f2975927a45a189316b14 (patch)
tree08bd1cdc77f6e61082805dadc89b360a431dcc43 /modules/prog-python.el
parent4ef5c963b243926ca62226632b2eb02b18274ae0 (diff)
downloaddotemacs-1fed4b50fcc892568d6f2975927a45a189316b14.tar.gz
dotemacs-1fed4b50fcc892568d6f2975927a45a189316b14.zip
feat: Add comprehensive Makefile for testing and validation
Add Makefile adapted from chime.el with targets for: Testing: - make test - Run all tests (unit + integration) - make test-unit - Run unit tests only - make test-integration - Run integration tests only - make test-file FILE=<filename> - Run specific test file - make test-name TEST=<pattern> - Run tests matching pattern Validation: - make validate-parens - Check for unbalanced parentheses - make validate-modules - Load all modules to verify compilation - make compile - Byte-compile all modules - make lint - Run checkdoc, package-lint, elisp-lint Utilities: - make profile - Profile Emacs startup - make clean - Remove test artifacts and compiled files - make clean-compiled - Remove .elc/.eln files only - make clean-tests - Remove test artifacts only - make reset - Reset to first launch (destructive!) Default target is 'make help' which displays all available targets. Inline scripts from scripts/ directory: - delete-elisp-compiled-files.sh → make clean-compiled - profile-dotemacs.sh → make profile - reset-to-first-launch.sh → make reset Delete inlined scripts to reduce duplication.
Diffstat (limited to 'modules/prog-python.el')
0 files changed, 0 insertions, 0 deletions