Skip to content

Commit f6ba5f6

Browse files
addaleaxFishrock123
authored andcommitted
test: really run addon tests on make test
Fix a `s/addon/addons/` typo in the Makefile. PR-URL: #7542 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
1 parent 5e4113e commit f6ba5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ test: all
118118
$(MAKE) build-addons
119119
$(MAKE) cctest
120120
$(PYTHON) tools/test.py --mode=release -J \
121-
addon doctool known_issues message pseudo-tty parallel sequential
121+
addons doctool known_issues message pseudo-tty parallel sequential
122122
$(MAKE) lint
123123

124124
test-parallel: all

0 commit comments

Comments
 (0)