Skip to content

Commit 912e54b

Browse files
bors[bot]Johnathan Van Why
and
Johnathan Van Why
authored
Merge tock#298
298: Add `syscalls_tests` to the `cargo` workspace. r=hudson-ayers a=jrvanwhy I forgot to do this in tock#295. Co-authored-by: Johnathan Van Why <[email protected]>
2 parents 5187ccb + 739ba8b commit 912e54b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ members = [
8989
"libtock2",
9090
"platform",
9191
"runtime",
92+
"syscalls_tests",
9293
"test_runner",
9394
"tools/print_sizes",
9495
"ufmt",

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ EXCLUDE_RUNTIME := --exclude libtock2 --exclude libtock_runtime
9191

9292
# Arguments to pass to cargo to exclude `std` and crates that depend on it. Used
9393
# when we build a crate for an embedded target, as those targets lack `std`.
94-
EXCLUDE_STD := --exclude libtock_unittest --exclude print_sizes --exclude test_runner
94+
EXCLUDE_STD := --exclude libtock_unittest --exclude print_sizes \
95+
--exclude syscalls_tests --exclude test_runner
9596

9697
.PHONY: test
9798
test: examples test-qemu-hifive

0 commit comments

Comments
 (0)