Skip to content

Commit c0b47d6

Browse files
committed
Move recipe for testing installation
1 parent 891078f commit c0b47d6

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

tools/make/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ include $(TOOLS_MAKE_LIB_DIR)/test-browsers/Makefile
9797
include $(TOOLS_MAKE_LIB_DIR)/test-ci/Makefile
9898
include $(TOOLS_MAKE_LIB_DIR)/test-cov/Makefile
9999
include $(TOOLS_MAKE_LIB_DIR)/test-fixtures/Makefile
100+
include $(TOOLS_MAKE_LIB_DIR)/test-install/Makefile
100101
include $(TOOLS_MAKE_LIB_DIR)/tools-test/Makefile
101102
include $(TOOLS_MAKE_LIB_DIR)/tools-test-cov/Makefile
102103
include $(TOOLS_MAKE_LIB_DIR)/types-cov/Makefile

tools/make/lib/node/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
include $(TOOLS_MAKE_LIB_DIR)/node/addons.mk
2222
include $(TOOLS_MAKE_LIB_DIR)/node/modules.mk
2323
include $(TOOLS_MAKE_LIB_DIR)/node/npm.mk
24-
include $(TOOLS_MAKE_LIB_DIR)/node/test_install.mk
2524

2625

2726
# TARGETS #

0 commit comments

Comments
 (0)