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

tests/external_module_dirs: update to new interface

This commit is contained in:
Marian Buschsieweke 2021-02-26 18:52:29 +01:00
parent 6ac8aba955
commit ef5ec6d038
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F
8 changed files with 26 additions and 1 deletions

View File

@ -2,6 +2,6 @@ include ../Makefile.tests_common
USEMODULE += random
USEMODULE += external_module
EXTERNAL_MODULE_DIRS += $(CURDIR)/external_module
EXTERNAL_MODULE_DIRS += external_modules
include $(RIOTBASE)/Makefile.include

View File

@ -0,0 +1 @@
include $(RIOTBASE)/Makefile.base

View File

@ -0,0 +1,24 @@
/*
* Copyright (C) 2020 Otto-von-Guericke-Universität Magdeburg
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup tests
* @{
*
* @file
* @brief Test the EXTERNAL_MODULE_DIRS feature
* @note Define a shared variable
*
* @author Marian Buschsieweke <marian.buschsieweke@ovgu.de>
*
* @}
*/
#error "This is should not be compiled"
typedef int dont_be_pedantic;