Add testonly attribute to tests

Change-Id: If75d312147a9ad7f211250b687588b0014707b98
diff --git a/BUILD.gn b/BUILD.gn
index e416913..cb7e1ac 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -520,6 +520,8 @@
 }
 
 executable("asio_unittests") {
+  testonly = true
+
   sources = [
     "asio/src/tests/unit/archetypes/async_ops.hpp",
     "asio/src/tests/unit/archetypes/async_result.hpp",