summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2021-04-13 09:08:12 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2021-04-13 09:08:12 +0200
commitbb0b77d7ede0501339c2357ab1667e457e572ae9 (patch)
tree324dd65c2a03f538fc6e5766b6c73f9bfc2e0a50
parentb1355998c859cf4a1531b1035ca0ccb4a9e97409 (diff)
tests: create empty .config to satisfy dependencies
-rwxr-xr-xtests/build-arduino-nano2
-rwxr-xr-xtests/build-atmega25602
-rwxr-xr-xtests/build-esp82662
-rwxr-xr-xtests/build-msp430fr5969lp2
-rwxr-xr-xtests/build-msp430fr5994lp2
-rwxr-xr-xtests/build-stm32f446re-nucleo2
-rwxr-xr-xtests/posix2
7 files changed, 14 insertions, 0 deletions
diff --git a/tests/build-arduino-nano b/tests/build-arduino-nano
index f57434b..b25414f 100755
--- a/tests/build-arduino-nano
+++ b/tests/build-arduino-nano
@@ -2,6 +2,8 @@
set -e
+touch .config
+
apps="bme680-max44009-logger button-and-motion-logger
donothing i2cdetect ledblink mpu9250_motionlog
shell ssd1306test sysinfo timertest
diff --git a/tests/build-atmega2560 b/tests/build-atmega2560
index 1983e4a..4023de0 100755
--- a/tests/build-atmega2560
+++ b/tests/build-atmega2560
@@ -2,6 +2,8 @@
set -e
+touch .config
+
apps="donothing ledblink
sysinfo timertest
waittest"
diff --git a/tests/build-esp8266 b/tests/build-esp8266
index 8f7d107..3cf9bd6 100755
--- a/tests/build-esp8266
+++ b/tests/build-esp8266
@@ -2,6 +2,8 @@
set -e
+touch .config
+
for app in deflatetest donothing ledblink sysinfo; do
make -B arch=esp8266 app=$app build/system.elf
done
diff --git a/tests/build-msp430fr5969lp b/tests/build-msp430fr5969lp
index c23a882..c809a47 100755
--- a/tests/build-msp430fr5969lp
+++ b/tests/build-msp430fr5969lp
@@ -2,6 +2,8 @@
set -e
+touch .config
+
apps="bme680-max44009-logger
countertest donothing i2cdetect ledblink
nrf24l01test ssd1306test sharp96test shell sysinfo timertest
diff --git a/tests/build-msp430fr5994lp b/tests/build-msp430fr5994lp
index 7b2a4bf..41b41fd 100755
--- a/tests/build-msp430fr5994lp
+++ b/tests/build-msp430fr5994lp
@@ -2,6 +2,8 @@
set -e
+touch .config
+
apps="bme680-max44009-logger
countertest deflatetest donothing i2cdetect ledblink
nrf24l01test ssd1306test sharp96-bad-apple sharp96test shell sysinfo timertest
diff --git a/tests/build-stm32f446re-nucleo b/tests/build-stm32f446re-nucleo
index dee6a41..52e8f41 100755
--- a/tests/build-stm32f446re-nucleo
+++ b/tests/build-stm32f446re-nucleo
@@ -2,6 +2,8 @@
set -e
+touch .config
+
apps="countertest deflatetest donothing ledblink
sysinfo"
diff --git a/tests/posix b/tests/posix
index c331048..e3327a7 100755
--- a/tests/posix
+++ b/tests/posix
@@ -8,6 +8,8 @@ uarttest() {
~/var/projects/uarttest/bin/uarttest.py "$@"
}
+touch .config
+
uarttest --runtime=2 --check "grep 'Hello, World!$'" '!build/system.elf' './mp app=test_basic arch=posix loop={!1} aspectc={0!1} gpio_trace={!1} arch_drivers={!counter} drivers={!softi2c}'
# Loop