Merge "fastboot: Add fastboot_test to TEST_MAPPING."
diff --git a/fastboot/Android.bp b/fastboot/Android.bp
index 9512e7e..f66b01d 100644
--- a/fastboot/Android.bp
+++ b/fastboot/Android.bp
@@ -391,6 +391,8 @@
             enabled: false,
         },
     },
+
+    test_suites: ["general-tests"],
 }
 
 cc_test_host {
diff --git a/fastboot/TEST_MAPPING b/fastboot/TEST_MAPPING
new file mode 100644
index 0000000..10f3d82
--- /dev/null
+++ b/fastboot/TEST_MAPPING
@@ -0,0 +1,7 @@
+{
+  "presubmit": [
+    {
+      "name": "fastboot_test"
+    }
+  ]
+}