From bf56b05571a2ce8e92a0069a35fbc7377031bce9 Mon Sep 17 00:00:00 2001 From: Nikhil Komawar Date: Thu, 19 Oct 2017 21:50:08 -0400 Subject: [PATCH] build: adds a rule in Makefile to test on fips 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: https://github.com/nodejs/node/issues/14746 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 1017452f0879e7..4952ab20cb605a 100644 --- a/Makefile +++ b/Makefile @@ -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