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

@ -15,6 +15,10 @@ ifneq ("$(wildcard *.sch)","")
$(error Move away any schematic file) $(error Move away any schematic file)
endif endif
ifneq ("$(wildcard tests/board_samples/bom.xml-bak*)","")
$(error Revert tests/board_samples/bom.xml-bak)
endif
deb: deb:
perl debian/make_postinst.pl > debian/postinst perl debian/make_postinst.pl > debian/postinst
chmod +x debian/postinst chmod +x debian/postinst