mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-27 06:51:04 +08:00
add test for examples in generated ST pack
This commit is contained in:
parent
90ae36fea2
commit
4efacaa8f8
@ -22,3 +22,14 @@ packcreator:
|
|||||||
clean:
|
clean:
|
||||||
rm -rf Files
|
rm -rf Files
|
||||||
rm *.pack
|
rm *.pack
|
||||||
|
|
||||||
|
|
||||||
|
# Test examples included in new pack to be released
|
||||||
|
testexamples: unpack
|
||||||
|
$(MAKE) -f ../../test/cube/Makefile "PROJECTS=$(wildcard Projects/*/Examples/*)"
|
||||||
|
rm -rf Projects
|
||||||
|
|
||||||
|
unpack: FORCE
|
||||||
|
unzip -x Cesanta.I-CUBE-Mongoose.*.pack Projects/*
|
||||||
|
|
||||||
|
FORCE:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user