Skip to content

Commit

Permalink
bluetooth: tester: Set configuration file for qemu_cortex_m3 target
Browse files Browse the repository at this point in the history
qemu.conf will be chosen by default for qemu_cortex_m3.

Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
  • Loading branch information
MariuszSkamra authored and jhedberg committed Jun 15, 2018
1 parent 3904442 commit aa190cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/bluetooth/tester/CMakeLists.txt
@@ -1,4 +1,8 @@
if(BOARD STREQUAL "qemu_cortex_m3")
set(CONF_FILE qemu.conf)
else()
set(CONF_FILE default.conf)
endif()

LIST(APPEND QEMU_EXTRA_FLAGS -serial unix:/tmp/bt-stack-tester)

Expand Down

0 comments on commit aa190cd

Please sign in to comment.