summaryrefslogtreecommitdiff
path: root/tests/tcp_nuke_addr/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcp_nuke_addr/Android.bp')
-rw-r--r--tests/tcp_nuke_addr/Android.bp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/tcp_nuke_addr/Android.bp b/tests/tcp_nuke_addr/Android.bp
new file mode 100644
index 00000000..316fd3a1
--- /dev/null
+++ b/tests/tcp_nuke_addr/Android.bp
@@ -0,0 +1,8 @@
+cc_test {
+ name: "tcp_nuke_addr_test",
+ srcs: ["tcp_nuke_addr_test.cpp"],
+ cppflags: [
+ "-Wall",
+ "-Werror",
+ ],
+}