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:
parent
2a69cf2af5
commit
7a18922c09
2
dist/tools/travis-scripts/build_and_test.sh
vendored
2
dist/tools/travis-scripts/build_and_test.sh
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user