diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2022-07-20 08:13:43 +0900 |
---|---|---|
committer | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2022-08-02 01:01:32 +0900 |
commit | a34f8913fbe3fc82ed32754ec6976d1a6f7904e6 (patch) | |
tree | 6ab53895bc2d62f983dff89ad2ba189b52ffc5b5 /tools | |
parent | 0ca708eae20ba675458c29124f771c8f29dd12a7 (diff) |
Update test case for file operations
This patch add test case for file operations into source tree.
Bug-AGL: SPEC-4500
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: I37c3fb3f2c0260a844cb6d6ea984cc6c868cee1b
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run-test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/run-test.sh b/tools/run-test.sh index 489427b..2bebbd2 100755 --- a/tools/run-test.sh +++ b/tools/run-test.sh @@ -4,3 +4,5 @@ ./test/fileop_test_utils ./test/file_util_test ./test/interface_test +./test/fileop_test_set_get_remove +./test/fileop_test_unit |