diff options
author | Robin Luk <lubin.lu@antgroup.com> | 2020-11-25 13:41:43 +0800 |
---|---|---|
committer | Robin Luk <lubin.lu@antgroup.com> | 2020-11-25 13:43:11 +0800 |
commit | be71d3569cacc9da7e260895914272e3f5b81764 (patch) | |
tree | 7884a458952ad5cdbe3a66e033c1895187d895ca /test/syscalls/linux/BUILD | |
parent | 99f2d0ea2f2ec7a9758584d53db64008be33fac4 (diff) |
arm64 test: add exceptions related test cases
For now, I only added a halt test case for Arm64.
Signed-off-by: Robin Luk <lubin.lu@antgroup.com>
Diffstat (limited to 'test/syscalls/linux/BUILD')
-rw-r--r-- | test/syscalls/linux/BUILD | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD index 946d06cd6..33f97f8ba 100644 --- a/test/syscalls/linux/BUILD +++ b/test/syscalls/linux/BUILD @@ -621,10 +621,7 @@ cc_binary( cc_binary( name = "exceptions_test", testonly = 1, - srcs = select_arch( - amd64 = ["exceptions.cc"], - arm64 = [], - ), + srcs = ["exceptions.cc"], linkstatic = 1, deps = [ gtest, |