diff --git a/tests/pkg_oonf_api/Makefile b/tests/pkg_oonf_api/Makefile deleted file mode 100644 index 5f2d5e2bc7..0000000000 --- a/tests/pkg_oonf_api/Makefile +++ /dev/null @@ -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 diff --git a/tests/pkg_oonf_api/Makefile.ci b/tests/pkg_oonf_api/Makefile.ci deleted file mode 100644 index 518b330a9e..0000000000 --- a/tests/pkg_oonf_api/Makefile.ci +++ /dev/null @@ -1,3 +0,0 @@ -BOARD_INSUFFICIENT_MEMORY := \ - stm32f030f4-demo \ - # diff --git a/tests/pkg_oonf_api/main.c b/tests/pkg_oonf_api/main.c deleted file mode 100644 index 8b1d847471..0000000000 --- a/tests/pkg_oonf_api/main.c +++ /dev/null @@ -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 - * - */ - -#include - -int main(void) -{ - puts("oonf_api package compiled!"); - return 0; -}