Convert apct/security/minijail_unittests-cloud-tf to Test Mapping Suite.
This CL is to convert CF presubmit tests to run in Test Mapping suite.
It has been verified that the test coverage is the same as the original
ATP config.
Bug: 145165552
Bug: 145488458
Test: TreeHugger
atest libminijail_unittest_gtest
atest mj_system_unittest_gtest
atest mj_util_unittest_gtest
atest syscall_filter_unittest_gtest
Change-Id: I44369a535375cd6dda15b2bd9296b4c587db286d
diff --git a/TEST_MAPPING b/TEST_MAPPING
new file mode 100644
index 0000000..bdded19
--- /dev/null
+++ b/TEST_MAPPING
@@ -0,0 +1,16 @@
+{
+ "presubmit": [
+ {
+ "name": "libminijail_unittest_gtest"
+ },
+ {
+ "name": "mj_system_unittest_gtest"
+ },
+ {
+ "name": "mj_util_unittest_gtest"
+ },
+ {
+ "name": "syscall_filter_unittest_gtest"
+ }
+ ]
+}