Libraryize test.cc

This commit is contained in:
Ian Gulliver
2016-09-25 17:37:37 -07:00
parent c067cbd71e
commit f31ccaad16
10 changed files with 100 additions and 102 deletions

12
tools/BUILD Normal file
View File

@@ -0,0 +1,12 @@
cc_binary(
name = "dump_tun",
srcs = [
"dump_tun.cc",
],
deps = [
"//lib:tun_tap_device_lib",
],
linkopts = [
"-lglog",
],
)