Skip to content
Snippets Groups Projects
Commit 49e1b87a authored by Simon Rose's avatar Simon Rose
Browse files

Minor cleanup

parent 75a5dbfc
No related branches found
No related tags found
No related merge requests found
...@@ -43,17 +43,7 @@ export M_ADCORE ...@@ -43,17 +43,7 @@ export M_ADCORE
export M_OPCUA export M_OPCUA
## This is needed since the target "epics" (in configure/RULES_MODULE in most modules) ## This is needed since the target "epics" (in configure/RULES_MODULE in most modules)
## uses SUDOBASH to run the make process: ## uses SUDOBASH to run the make process
#
#.PHONY: epics
#epics:
# $(QUIET)echo "EPICS_BASE:=$(EPICS_BASE)" > $(TOP)/$(E3_MODULE_SRC_PATH)/configure/RELEASE
# $(QUIET)echo "ASYN:=$(M_ASYN)" > $(TOP)/$(E3_MODULE_SRC_PATH)/configure/RELEASE
# $(QUIET)echo "CHECK_RELEASE:=YES" > $(TOP)/$(E3_MODULE_SRC_PATH)/configure/CONFIG_SITE
# $(QUIET)echo "INSTALL_LOCATION:=$(M_DEVLIB2)" >> $(TOP)/$(E3_MODULE_SRC_PATH)/configure/CONFIG_SITE
# $(SUDOBASH) "$(MAKE) -C $(E3_MODULE_SRC_PATH)"
#
## And so that last line will only run if SUDOBASH is defined to be "bash -c"
SUDOBASH := bash -c SUDOBASH := bash -c
### Exclude the following variables to display ### Exclude the following variables to display
......
# Legacy file. Needed since <module>.Makefiles include the boilerplate code # Legacy file. Needed since <module>.Makefiles include this.
#
# where_am_I := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
# include ${E3_REQUIRE_TOOLS}/driver.makefile
# include $(E3_REQUIRE_CONFIG)/DECOUPLE_FLAGS
#
# which fails if this file does not exist. TODO: Remove this line from all modules
.PHONY: test .PHONY: test
test: test:
pytest $(TEST_DIR) -v pytest $(TEST_DIR) -v
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