Skip to content
Snippets Groups Projects
Commit 7a18922c authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

dist: build_and_test.sh: run native unittests through gdb

parent 2a69cf2a
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ then ...@@ -71,7 +71,7 @@ then
if [ "$BUILDTEST_MCU_GROUP" == "x86" ] if [ "$BUILDTEST_MCU_GROUP" == "x86" ]
then 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: # TODO:
# Reenable once https://github.com/RIOT-OS/RIOT/issues/2300 is # Reenable once https://github.com/RIOT-OS/RIOT/issues/2300 is
# resolved: # resolved:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment