1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 06:53:52 +01:00

dist: build_and_test.sh: run native unittests through gdb

This commit is contained in:
Kaspar Schleiser 2016-03-23 23:52:00 +01:00
parent 2a69cf2af5
commit 7a18922c09

View File

@ -71,7 +71,7 @@ then
if [ "$BUILDTEST_MCU_GROUP" == "x86" ]
then
make -C ./tests/unittests all test BOARD=native || exit
make -C ./tests/unittests all-debug test BOARD=native TERMPROG='gdb -batch -ex r -ex bt $(ELF)' || exit
# TODO:
# Reenable once https://github.com/RIOT-OS/RIOT/issues/2300 is
# resolved: