From 7a7f99beb7a209f40e3df1513ad712b5804d43b8 Mon Sep 17 00:00:00 2001 From: Keyang Ru Date: Thu, 16 Oct 2025 16:07:26 -0700 Subject: [PATCH] [router] add spec.rs to enables tests under spec folder (#11734) --- sgl-router/tests/spec_test.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sgl-router/tests/spec_test.rs diff --git a/sgl-router/tests/spec_test.rs b/sgl-router/tests/spec_test.rs new file mode 100644 index 000000000..4d01893d8 --- /dev/null +++ b/sgl-router/tests/spec_test.rs @@ -0,0 +1,2 @@ +// Protocol specification tests +mod spec;