summaryrefslogtreecommitdiff
path: root/tests/build-esp8266
blob: 3cf9bd6767706e2780b9d6494b3165595be37cba (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

touch .config

for app in deflatetest donothing ledblink sysinfo; do
	make -B arch=esp8266 app=$app build/system.elf
done