Added test for tests/board_samples/bom.xml-bak. in Makefile.

This can be left by an interrupted test.
This commit is contained in:
SET 2020-08-18 21:30:49 -03:00
parent ac8e4f9c83
commit 99d16eb50b
1 changed files with 6 additions and 2 deletions

View File

@ -8,11 +8,15 @@ USER_ID=$(shell id -u)
GROUP_ID=$(shell id -g)
ifneq ("$(wildcard *.yaml)","")
$(error Move away any config file)
$(error Move away any config file)
endif
ifneq ("$(wildcard *.sch)","")
$(error Move away any schematic file)
$(error Move away any schematic file)
endif
ifneq ("$(wildcard tests/board_samples/bom.xml-bak*)","")
$(error Revert tests/board_samples/bom.xml-bak)
endif
deb: