tests: Remove pkg_oonf_api tests

The OONF package has been deprecated and is being removed
This commit is contained in:
Leandro Lanzieri 2020-02-18 10:26:58 +01:00
parent 056127bc00
commit 196345928f
3 changed files with 0 additions and 37 deletions

View File

@ -1,11 +0,0 @@
include ../Makefile.tests_common
BOARD_WHITELIST := native
USEMODULE += gnrc_ipv6
USEMODULE += gnrc_sock_udp
USEMODULE += oonf_common
USEMODULE += oonf_rfc5444
USEPKG += oonf_api
include $(RIOTBASE)/Makefile.include

View File

@ -1,3 +0,0 @@
BOARD_INSUFFICIENT_MEMORY := \
stm32f030f4-demo \
#

View File

@ -1,23 +0,0 @@
/*
* Copyright (C) 2016 HAW Hamburg
*
* 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.
*/
/**
* @file
* @brief Check if the oonf_api package builds.
*
* @author smlng <s@mlng.net>
*
*/
#include <stdio.h>
int main(void)
{
puts("oonf_api package compiled!");
return 0;
}