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:
parent
6ac8aba955
commit
ef5ec6d038
@ -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
|
||||
|
@ -0,0 +1 @@
|
||||
include $(RIOTBASE)/Makefile.base
|
@ -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;
|
Loading…
Reference in New Issue
Block a user