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:
parent
aaf5468082
commit
7ccf70ff04
2
tests/pkg/Makefile.pkg_common
Normal file
2
tests/pkg/Makefile.pkg_common
Normal file
@ -0,0 +1,2 @@
|
||||
RIOTBASE ?= $(CURDIR)/../../..
|
||||
include $(CURDIR)/../../Makefile.tests_common
|
@ -1,4 +1,6 @@
|
||||
include ../Makefile.tests_common
|
||||
BOARD ?= arduino-mega2560
|
||||
|
||||
include ../Makefile.pkg_common
|
||||
|
||||
USEPKG += arduino_adafruit_sensor
|
||||
|
@ -1,6 +1,6 @@
|
||||
BOARD ?= nucleo-f767zi
|
||||
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.pkg_common
|
||||
|
||||
USEPKG += arduino_sdi_12
|
||||
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.pkg_common
|
||||
|
||||
USEMODULE += embunit
|
||||
USEMODULE += random
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.pkg_common
|
||||
|
||||
USEPKG += cayenne-lpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.pkg_common
|
||||
|
||||
USEMODULE += embunit
|
||||
USEMODULE += random
|
@ -1,5 +1,5 @@
|
||||
BOARD ?= samr21-xpro
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.pkg_common
|
||||
|
||||
USEPKG += cmsis-dsp
|
||||
|
@ -1,5 +1,5 @@
|
||||
BOARD ?= nucleo-l476rg
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.pkg_common
|
||||
|
||||
USEPKG += cmsis-nn
|
||||
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.pkg_common
|
||||
|
||||
USEPKG += cn-cbor
|
||||
USEMODULE += embunit
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.pkg_common
|
||||
|
||||
# required packages
|
||||
USEPKG += corejson
|
@ -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
|
@ -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
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.pkg_common
|
||||
|
||||
include $(RIOTBASE)/tests/Makefile.boards.netif
|
||||
BOARD_WHITELIST += $(BOARD_PROVIDES_NETIF)
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.pkg_common
|
||||
|
||||
USEPKG += elk
|
||||
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.pkg_common
|
||||
|
||||
USEPKG += emlearn
|
||||
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.pkg_common
|
||||
USEPKG += etl
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.pkg_common
|
||||
|
||||
BOARD ?= native
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user