Mercurial
diff seobeo/BUILD @ 127:9af248484ba2
[Updated] MrJuneJune Test.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 08 Jan 2026 18:05:47 -0800 |
| parents | e7899c93da77 |
| children | 7a63e41a21fb |
line wrap: on
line diff
--- 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"], -)