Skip to content

Commit

Permalink
Moved oak_session unit tests to src
Browse files Browse the repository at this point in the history
Change-Id: I1bb23077ce99fa9e010e9a110f34a0ad58aa36a5
  • Loading branch information
k-naliuka committed Aug 6, 2024
1 parent a89243f commit 3953b08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions oak_session/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

load("@rules_rust//rust:defs.bzl", "rust_library", "rust_test", "rust_test_suite")
load("@rules_rust//rust:defs.bzl", "rust_library", "rust_test")

package(
default_visibility = ["//visibility:public"],
Expand All @@ -39,12 +39,3 @@ rust_test(
name = "oak_session_tests",
crate = ":oak_session",
)

rust_test_suite(
name = "oak_session_integration_tests",
srcs = glob(["tests/*.rs"]),
deps = [
":oak_session",
"//oak_crypto",
],
)
File renamed without changes.

0 comments on commit 3953b08

Please sign in to comment.