android_system_core/fs_mgr/TEST_MAPPING
Yifan Hong 51bfe08d84 libsnapshot_fuzzer: Add tests
Add tests for the fuzzer itself. The test ensures that the
initial corpus is a good run on SnapshotManager (in the sense
that not only it doesn't crash, but also it executes as expected).

Also changed fuzz_utils so that impl functions return the
invocation result too, so that the test can check its values.

Test: run it
Bug: 154633114

Change-Id: I31ab7830f8c20a0575aaadabd038632d10f33962
2020-05-06 17:10:34 -07:00

22 lines
312 B
Text

{
"presubmit": [
{
"name": "libdm_test"
},
{
"name": "liblp_test"
},
{
"name": "fiemap_image_test_presubmit"
},
{
"name": "fiemap_writer_test"
},
{
"name": "vts_libsnapshot_test"
},
{
"name": "libsnapshot_fuzzer_test"
}
]
}