From 852c1c01aef49a222381544ea9255c0944330895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Sun, 10 Mar 2019 00:00:02 +0000 Subject: [PATCH] userland: get rid of interactive We are already whitelisting tests on a one on one basis for tests that depend on kernel modules, so get rid of that other way of specifying the same information. --- userland/assert_fail.c | 1 + userland/interactive/Makefile | 1 - userland/interactive/assert_fail.c | 1 - userland/interactive/params.mk | 1 - 4 files changed, 1 insertion(+), 3 deletions(-) create mode 120000 userland/assert_fail.c delete mode 120000 userland/interactive/Makefile delete mode 120000 userland/interactive/assert_fail.c delete mode 100644 userland/interactive/params.mk diff --git a/userland/assert_fail.c b/userland/assert_fail.c new file mode 120000 index 0000000..fb1be37 --- /dev/null +++ b/userland/assert_fail.c @@ -0,0 +1 @@ +../baremetal/interactive/assert_fail.c \ No newline at end of file diff --git a/userland/interactive/Makefile b/userland/interactive/Makefile deleted file mode 120000 index d0b0e8e..0000000 --- a/userland/interactive/Makefile +++ /dev/null @@ -1 +0,0 @@ -../Makefile \ No newline at end of file diff --git a/userland/interactive/assert_fail.c b/userland/interactive/assert_fail.c deleted file mode 120000 index 961b18a..0000000 --- a/userland/interactive/assert_fail.c +++ /dev/null @@ -1 +0,0 @@ -../../baremetal/interactive/assert_fail.c \ No newline at end of file diff --git a/userland/interactive/params.mk b/userland/interactive/params.mk deleted file mode 100644 index b17a88a..0000000 --- a/userland/interactive/params.mk +++ /dev/null @@ -1 +0,0 @@ -COMMON_DIR = ../..