Mercurial
comparison dowa/BUILD @ 69:551d9fc0a2ba
Updated wrong names.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 25 Dec 2025 20:07:46 -0800 |
| parents | a30944e5719e |
| children | 75de5903355c |
comparison
equal
deleted
inserted
replaced
| 68:70ca1d99f3fd | 69:551d9fc0a2ba |
|---|---|
| 27 ], | 27 ], |
| 28 copts = ["-DDIRECTORY"], | 28 copts = ["-DDIRECTORY"], |
| 29 visibility = ["//visibility:public"], | 29 visibility = ["//visibility:public"], |
| 30 ) | 30 ) |
| 31 | 31 |
| 32 cc_binary( | 32 cc_test( |
| 33 name = "dowa_test", | 33 name = "dowa_test", |
| 34 srcs = ["dowa_test.c"], | 34 srcs = ["dowa_test.c"], |
| 35 deps = [":dowa"], | 35 deps = [":dowa"], |
| 36 args = [], | 36 args = [], |
| 37 data = glob([ | 37 data = glob([ |