Skip to content
Snippets Groups Projects
Commit df4c9eae authored by Anders Lindh Olsson's avatar Anders Lindh Olsson :8ball:
Browse files

fixup! Fix make test to use cellbuild's path

parent 4ef18a48
No related branches found
No related tags found
1 merge request!207E3-1751: Fix make test to use cellbuild's path
Pipeline #214512 passed
......@@ -12,6 +12,7 @@ VARS_EXCLUDES+=TEMP_CELL_PATH
ifneq (,$(findstring test,$(MAKECMDGOALS)))
E3_MODULES_PATH=$(TEMP_CELL_PATH)/$(notdir $(EPICS_BASE))/require-$(E3_REQUIRE_VERSION)
EPICS_DRIVER_PATH:=$(E3_MODULES_PATH):$(EPICS_DRIVER_PATH)
# We have to do the export here since the sub-processes - like run-iocsh - otherwise would not inherit the variable
export EPICS_DRIVER_PATH:=$(E3_MODULES_PATH):$(EPICS_DRIVER_PATH)
PATH:=$(EPICS_BASE)/require/$(E3_REQUIRE_VERSION)/bin:$(PATH)
endif
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