Skip to content

Commit 7f2980b

Browse files
committed
rt: Remove bitrotted tests
1 parent 65f4b05 commit 7f2980b

File tree

8 files changed

+0
-309
lines changed

8 files changed

+0
-309
lines changed

mk/rt.mk

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ RUNTIME_CS_$(1) := \
6262
rt/rust_debug.cpp \
6363
rt/memory_region.cpp \
6464
rt/boxed_region.cpp \
65-
rt/test/rust_test_harness.cpp \
66-
rt/test/rust_test_runtime.cpp \
67-
rt/test/rust_test_util.cpp \
6865
rt/arch/$$(HOST_$(1))/context.cpp
6966

7067
RUNTIME_S_$(1) := rt/arch/$$(HOST_$(1))/_context.S \
@@ -102,9 +99,6 @@ RUNTIME_HDR_$(1) := rt/globals.h \
10299
rt/rust_kernel.h \
103100
rt/memory_region.h \
104101
rt/memory.h \
105-
rt/test/rust_test_harness.h \
106-
rt/test/rust_test_runtime.h \
107-
rt/test/rust_test_util.h \
108102
rt/arch/$$(HOST_$(1))/context.h \
109103
rt/arch/$$(HOST_$(1))/regs.h
110104

src/rt/rust_internal.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,6 @@ extern "C" type_desc *rust_clone_type_desc(type_desc*);
294294
#include "rust_port.h"
295295
#include "memory.h"
296296

297-
#include "test/rust_test_harness.h"
298-
#include "test/rust_test_util.h"
299-
#include "test/rust_test_runtime.h"
300-
301297
//
302298
// Local Variables:
303299
// mode: C++

src/rt/test/rust_test_harness.cpp

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/rt/test/rust_test_harness.h

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/rt/test/rust_test_runtime.cpp

Lines changed: 0 additions & 69 deletions
This file was deleted.

src/rt/test/rust_test_runtime.h

Lines changed: 0 additions & 48 deletions
This file was deleted.

src/rt/test/rust_test_util.cpp

Lines changed: 0 additions & 78 deletions
This file was deleted.

src/rt/test/rust_test_util.h

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)