提交 2b5c7076 编写于 作者: W weiyufeng

song : merge List.test.js

Signed-off-by: Ncaochuan <caochuan@huawei.com>
上级 649e7aa4
/*
* Copyright (C) 2022 Huawei Device Co., Ltd.
* Copyright (C) 2022-2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
......@@ -13,17 +13,25 @@
* limitations under the License.
*/
import fileIOFdatasync from './members/fdatasync.test.js'
import fileIOFileLock from './members/fileLock.test.js'
import fileIOFsync from './members/fsync.test.js'
import fileIOLstat from './members/lstat.test.js'
import fileIOOpen from './members/open.test.js'
import fileIORead from './members/read.test.js'
import fileIOStat from './members/stat.test.js'
import fileIOSymlink from './members/symlink.test.js'
import fileIOTruncate from './members/truncate.test.js'
import fileIOWrite from './members/write.test.js'
export default function testsuite() {
fileIOFdatasync()
fileIOFileLock()
fileIOFsync()
fileIOLstat()
fileIOOpen()
fileIORead()
fileIOStat()
fileIOSymlink()
fileIOTruncate()
fileIOWrite()
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册