Added test for tests/board_samples/bom.xml-bak. in Makefile.
This can be left by an interrupted test.
This commit is contained in:
parent
ac8e4f9c83
commit
99d16eb50b
4
Makefile
4
Makefile
|
|
@ -15,6 +15,10 @@ ifneq ("$(wildcard *.sch)","")
|
|||
$(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:
|
||||
perl debian/make_postinst.pl > debian/postinst
|
||||
chmod +x debian/postinst
|
||||
|
|
|
|||
Loading…
Reference in New Issue