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

Added (eventually superfluous) makefile to test_build

parent 70725c96
No related branches found
No related tags found
No related merge requests found
.PHONY: default
default: test
.PHONY: test
test: check_env
@pytest . -v
.PHONY: check_env
check_env: guard-EPICS_BASE guard-E3_REQUIRE_VERSION
@#$(or $(wildcard ${EPICS_BASE}/require/${E3_REQUIRE_VERSION}/bin/setE3Env.bash), $(error setE3Env.bash not found. Please check your version of base and require.))
guard-%:
@#$(or ${$*}, $(error $* is not set))
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