Skip to content

Commit

Permalink
fixup! tests/pkg*: move applications to tests/pkg subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Nov 3, 2020
1 parent 223d215 commit 029e864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/pkg/nimble_l2cap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ USEMODULE += ps
USEMODULE += bluetil_ad

# Get the shared NimBLE and test configuration from the backend server
include $(RIOTBASE)/tests/nimble_l2cap_server/nimble.inc.mk
include $(RIOTBASE)/tests/pkg/nimble_l2cap_server/nimble.inc.mk

# Comment this out to disable code in RIOT that does safety checking
# which is not needed in a production environment but helps in the
Expand Down
2 changes: 1 addition & 1 deletion tests/pkg/nimble_l2cap_server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ USEMODULE += xtimer
USEMODULE += bluetil_ad

# Get the shared NimBLE and test configuration from the backend server
include $(RIOTBASE)/tests/nimble_l2cap_server/nimble.inc.mk
include $(RIOTBASE)/tests/pkg/nimble_l2cap_server/nimble.inc.mk

# Comment this out to disable code in RIOT that does safety checking
# which is not needed in a production environment but helps in the
Expand Down

0 comments on commit 029e864

Please sign in to comment.