diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2021-04-13 09:08:12 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2021-04-13 09:08:12 +0200 |
commit | bb0b77d7ede0501339c2357ab1667e457e572ae9 (patch) | |
tree | 324dd65c2a03f538fc6e5766b6c73f9bfc2e0a50 /tests/posix | |
parent | b1355998c859cf4a1531b1035ca0ccb4a9e97409 (diff) |
tests: create empty .config to satisfy dependencies
Diffstat (limited to 'tests/posix')
-rwxr-xr-x | tests/posix | 2 |
1 files changed, 2 insertions, 0 deletions
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 |