diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2022-07-21 07:14:31 +0900 |
---|---|---|
committer | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2022-08-05 00:35:12 +0900 |
commit | b0ed05f610e4bf70eae7929163e1ac8794bd15b0 (patch) | |
tree | fa0d21d6fec4e8b6c0393776afbabdb592e78c41 /tools | |
parent | eb7fddaec547c4c9d47cee77bd5419d34ab5f1df (diff) |
Update test case
Ths patch update tase case
Bug-AGL: SPEC-4500
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: I27b4a537d522198f5f180ce22fb7f0af95b3ddb8
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run-test.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/run-test.sh b/tools/run-test.sh index 2bebbd2..a9284f5 100755 --- a/tools/run-test.sh +++ b/tools/run-test.sh @@ -1,8 +1,12 @@ #!/bin/sh -e -./test/interface_test_unit ./test/fileop_test_utils ./test/file_util_test ./test/interface_test ./test/fileop_test_set_get_remove ./test/fileop_test_unit +./test/fileop_test_unit_memory +./test/interface_test_unit +./test/interface_test_filebreak +./test/interface_test_unit_memory + |