summaryrefslogtreecommitdiff
path: root/apexd/apex_file_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apexd/apex_file_test.cpp')
-rw-r--r--apexd/apex_file_test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/apexd/apex_file_test.cpp b/apexd/apex_file_test.cpp
index 9d2cf17..f8973be 100644
--- a/apexd/apex_file_test.cpp
+++ b/apexd/apex_file_test.cpp
@@ -42,7 +42,9 @@ struct ApexFileTestParam {
};
constexpr const ApexFileTestParam kParameters[] = {
- {"ext4", "apex.apexd_test"}, {"f2fs", "apex.apexd_test_f2fs"}};
+ {"ext4", "apex.apexd_test"},
+ {"f2fs", "apex.apexd_test_f2fs"},
+ {"erofs", "apex.apexd_test_erofs"}};
class ApexFileTest : public ::testing::TestWithParam<ApexFileTestParam> {};