Skip to content
Snippets Groups Projects
Commit 51d84d29 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[Makefile] Don't enable tests of disabled plug-ins :grimacing:

parent 2f68bd3a
No related branches found
No related tags found
No related merge requests found
...@@ -105,6 +105,7 @@ PLUGIN_LIB_DIR ?= $(PLUGIN_DIR) ...@@ -105,6 +105,7 @@ PLUGIN_LIB_DIR ?= $(PLUGIN_DIR)
PLUGIN_GUI_LIB_DIR ?= $(PLUGIN_DIR)/gui PLUGIN_GUI_LIB_DIR ?= $(PLUGIN_DIR)/gui
PLUGIN_INSTALL_DIR ?=$(DESTDIR)$(FRAMAC_PLUGINDIR) PLUGIN_INSTALL_DIR ?=$(DESTDIR)$(FRAMAC_PLUGINDIR)
ifneq ($(PLUGIN_ENABLE),no)
######################## TESTS ################# ######################## TESTS #################
.PHONY: $(PLUGIN_NAME)_TESTS plugins_ptests_config .PHONY: $(PLUGIN_NAME)_TESTS plugins_ptests_config
...@@ -167,6 +168,7 @@ $(eval $(call TESTS_template)) ...@@ -167,6 +168,7 @@ $(eval $(call TESTS_template))
external_tests: $(PLUGIN_NAME)_TESTS external_tests: $(PLUGIN_NAME)_TESTS
endif endif
endif # PLUGIN_ENABLE
################################################ ################################################
PLUGIN_FLAGS:=$(FLAGS) $(DEBUG) $(FRAMAC_INCLUDES) PLUGIN_FLAGS:=$(FLAGS) $(DEBUG) $(FRAMAC_INCLUDES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment