1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests: move pkg_ application to tests/pkg subdirectory

This commit is contained in:
Alexandre Abadie 2023-05-05 10:09:15 +02:00
parent aaf5468082
commit 7ccf70ff04
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
422 changed files with 84 additions and 80 deletions

View File

@ -0,0 +1,2 @@
RIOTBASE ?= $(CURDIR)/../../..
include $(CURDIR)/../../Makefile.tests_common

View File

@ -1,4 +1,6 @@
include ../Makefile.tests_common
BOARD ?= arduino-mega2560
include ../Makefile.pkg_common
USEPKG += arduino_adafruit_sensor

View File

@ -1,6 +1,6 @@
BOARD ?= nucleo-f767zi
include ../Makefile.tests_common
include ../Makefile.pkg_common
USEPKG += arduino_sdi_12

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.pkg_common
USEMODULE += embunit
USEMODULE += random

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.pkg_common
USEPKG += cayenne-lpp

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.pkg_common
USEMODULE += embunit
USEMODULE += random

View File

@ -1,5 +1,5 @@
BOARD ?= samr21-xpro
include ../Makefile.tests_common
include ../Makefile.pkg_common
USEPKG += cmsis-dsp

View File

@ -1,5 +1,5 @@
BOARD ?= nucleo-l476rg
include ../Makefile.tests_common
include ../Makefile.pkg_common
USEPKG += cmsis-nn

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.pkg_common
USEPKG += cn-cbor
USEMODULE += embunit

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.pkg_common
# required packages
USEPKG += corejson

View File

@ -1,6 +1,6 @@
BOARD ?= nucleo-f767zi
include ../Makefile.tests_common
include ../Makefile.pkg_common
# Test fails to build for these boards fails due to
# redefinition of define AES_COUNT in library, which

View File

@ -1,6 +1,6 @@
BOARD ?= nucleo-f767zi
include ../Makefile.tests_common
include ../Makefile.pkg_common
CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(3*THREAD_STACKSIZE_DEFAULT\)
# Test fails to build for these boards fails due to

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.pkg_common
include $(RIOTBASE)/tests/Makefile.boards.netif
BOARD_WHITELIST += $(BOARD_PROVIDES_NETIF)

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.pkg_common
USEPKG += elk

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.pkg_common
USEPKG += emlearn

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.pkg_common
USEPKG += etl
include $(RIOTBASE)/Makefile.include

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.pkg_common
BOARD ?= native

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.pkg_common
USEMODULE += fatfs_vfs
FEATURES_OPTIONAL += periph_rtc

Some files were not shown because too many files have changed in this diff Show More