# HG changeset patch # User June Park # Date 1767924347 28800 # Node ID 9af248484ba235b420aa8a371ba12156f130b59d # Parent e7899c93da77abdc7ce7b64568f2aaebebaa404f [Updated] MrJuneJune Test. diff -r e7899c93da77 -r 9af248484ba2 seobeo/BUILD --- a/seobeo/BUILD Thu Jan 08 18:03:34 2026 -0800 +++ b/seobeo/BUILD Thu Jan 08 18:05:47 2026 -0800 @@ -7,7 +7,6 @@ "seobeo.h", "seobeo_internal.h", "snapshot_creator.h", - "s_test_generator.h", ], visibility = ["//visibility:public"], ) @@ -373,11 +372,9 @@ name = "seobeo_test_macos", srcs = [ "snapshot_creator.c", - "s_test_generator.c", ], hdrs = [ "snapshot_creator.h", - "s_test_generator.h", ], deps = [ ":seobeo_tcp_client_macos", @@ -392,11 +389,9 @@ name = "seobeo_test_linux", srcs = [ "snapshot_creator.c", - "s_test_generator.c", ], hdrs = [ "snapshot_creator.h", - "s_test_generator.h", ], deps = [ ":seobeo_tcp_client_linux", @@ -406,11 +401,3 @@ ], visibility = ["//visibility:public"], ) - -# Test generator tool - generates test files from route definitions -cc_binary( - name = "test_generator", - srcs = ["tools/test_generator_main.c"], - deps = [":seobeo_test"], - visibility = ["//visibility:public"], -)