“a402d2b39257ae58345998ed5edd6b87b09e9a1b”上不存在“paddle/fluid/framework/selected_rows.h”
提交 13de586e 编写于 作者: Z zhuhongtao666

add xts code listfile

Signed-off-by: Nzhuhongtao666 <zhuhongtao12@huawei.com>
上级 4645da2b
/*
* 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,15 +13,25 @@
* limitations under the License.
*/
import fileIOFdatasync from './members/fdatasync.test.js'
import fileIOFsync from './members/fsync.test.js'
import fileIOListfile from './members/listfile.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()
fileIOFsync()
fileIOListfile()
fileIOLstat()
fileIOOpen()
fileIORead()
fileIOStat()
fileIOSymlink()
fileIOTruncate()
fileIOWrite()
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册