diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-01 16:58:41 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-01 16:58:41 -0600 |
commit | 7a71f8ca21aea7e554e66ddd08eaed073db9c400 (patch) | |
tree | b40e992f4b39669ebdc24fa53874dc2bda607312 /GNUmakefile | |
parent | a30e879a82b06df850698e6bd30068dc0893a845 (diff) | |
parent | 8e3d2a904fe046910ee831e6fd9d2316aafc260a (diff) |
Merge branch 'lukeshu/stack-gen-improvements'
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 2d11c8b..f6ff6c3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -124,6 +124,7 @@ lint/python3: lint/%: build-aux/venv ./build-aux/venv/bin/isort --check $(sources_$*) ./build-aux/venv/bin/pylint $(sources_$*) ! grep -nh 'SPECIAL$$' -- lib9p/proto.gen lib9p/protogen/*.py + ./build-aux/venv/bin/pytest $(foreach f,$(sources_python3),$(if $(filter test_%.py,$(notdir $f)),$f)) lint/c: lint/%: build-aux/lint-h build-aux/get-dscname ./build-aux/lint-h $(filter %.h,$(sources_$*)) lint/make lint/cmake lint/gitignore lint/ini lint/9p lint/markdown lint/pip lint/man-cat: lint/%: |