Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Sen <darshan.sen@postman.com>2021-10-16 12:16:48 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-10-30 11:46:02 +0300
commitff536fa13e70a3e6874d662774a7ae726a558776 (patch)
tree47c4513b7878177461fc4eb50f00051de6010300 /Makefile
parentbabd73ce259b4c19f6889c0db82a4264d61307e5 (diff)
test: test `crypto.setEngine()` using an actual engine
Signed-off-by: Darshan Sen <darshan.sen@postman.com> PR-URL: https://github.com/nodejs/node/pull/40481 Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 03d7368fbab..688bfc6bcbe 100644
--- a/Makefile
+++ b/Makefile
@@ -1327,6 +1327,7 @@ LINT_CPP_FILES = $(filter-out $(LINT_CPP_EXCLUDE), $(wildcard \
test/cctest/*.h \
test/embedding/*.cc \
test/embedding/*.h \
+ test/fixtures/*.c \
test/js-native-api/*/*.cc \
test/js-native-api/*/*.h \
test/node-api/*/*.cc \