Skip to content

Commit d1adaef

Browse files
committed
allow to use gdb as well as pass args to catch
1 parent d39fefb commit d1adaef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/host/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ INC_PATHS += \
194194
../../tools/sdk/lwip2/include \
195195
)
196196

197+
TEST_WRAPPER ?=
197198
TEST_ARGS ?=
198199

199200
TEST_CPP_FILES := \
@@ -258,7 +259,7 @@ CI: # run CI
258259
doCI: build-info $(OUTPUT_BINARY) valgrind test gcov
259260

260261
test: $(OUTPUT_BINARY) # run host test for CI
261-
$(OUTPUT_BINARY) $(TEST_ARGS)
262+
$(TEST_WRAPPER) $(OUTPUT_BINARY) $(TEST_ARGS)
262263

263264
.PHONY: clean
264265
clean: clean-lcov clean-objects

0 commit comments

Comments
 (0)