Skip to content

Commit

Permalink
Remove the B tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Nov 4, 2024
1 parent 03ad502 commit 7d8615d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 303 deletions.
9 changes: 0 additions & 9 deletions tests/plat/b/build.lua

This file was deleted.

107 changes: 0 additions & 107 deletions tests/plat/b/control_b.b

This file was deleted.

82 changes: 0 additions & 82 deletions tests/plat/b/incdec_b.b

This file was deleted.

69 changes: 0 additions & 69 deletions tests/plat/b/operators_b.b

This file was deleted.

3 changes: 1 addition & 2 deletions tests/plat/build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ definerule("plat_testsuite",
plat = { type="string" },
method = { type="string" },
-- added bugs/bug-203-ego-sr_c-O3.c
sets = { type="table", default={"core", "b", "bugs", "m2", "floats", "long-long"}},
sets = { type="table", default={"core", "bugs", "m2", "floats", "long-long"}},
skipsets = { type="table", default={}},
tests = { type="targets", default={} },
},
Expand All @@ -31,7 +31,6 @@ definerule("plat_testsuite",
name = "lib",
srcs = {
"tests/plat/lib/test.c",
"tests/plat/lib/test_b.c",
},
hdrs = {
"tests/plat/lib/test.h",
Expand Down
34 changes: 0 additions & 34 deletions tests/plat/lib/test_b.c

This file was deleted.

0 comments on commit 7d8615d

Please sign in to comment.