Skip to content

Commit

Permalink
build: adds a rule in Makefile to test on fips
Browse files Browse the repository at this point in the history
The prior commit enables running tests on fips compliant systems by
specifying tests to be marked flaky if needed so. This commit extends
the ability by adding a rule to the Makefile so that tests can be run on
fips compliant systems using the make command.

Fixes: nodejs#14746
  • Loading branch information
komawar committed Oct 20, 2017
1 parent ac9e078 commit bf56b05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,9 @@ test-v8 test-v8-intl test-v8-benchmarks test-v8-all:
"$ git clone https://github.com/nodejs/node.git"
endif

test-on-fips:
$(PYTHON) tools/test.py --type=fips

# Google Analytics ID used for tracking API docs page views, empty
# DOCS_ANALYTICS means no tracking scripts will be included in the
# generated .html files
Expand Down

0 comments on commit bf56b05

Please sign in to comment.