Add support for statfs and fstatfs

This commit is contained in:
LI Qing
2023-07-03 13:29:02 +08:00
committed by Tate, Hongliang Tian
parent 9f1680d0f3
commit 743344e3fc
13 changed files with 128 additions and 17 deletions

View File

@ -1,4 +1,4 @@
TESTS ?= open_test read_test
TESTS ?= open_test read_test statfs_test
MKFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
CUR_DIR := $(patsubst %/,%,$(dir $(MKFILE_PATH)))

View File

@ -0,0 +1,4 @@
StatfsTest.InternalTmpfs
StatfsTest.InternalDevShm
FstatfsTest.InternalTmpfs
FstatfsTest.InternalDevShm