mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-18 03:56:42 +00:00
Add support for statfs and fstatfs
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
9f1680d0f3
commit
743344e3fc
@ -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)))
|
||||
|
4
regression/syscall_test/blocklists/statfs_test
Normal file
4
regression/syscall_test/blocklists/statfs_test
Normal file
@ -0,0 +1,4 @@
|
||||
StatfsTest.InternalTmpfs
|
||||
StatfsTest.InternalDevShm
|
||||
FstatfsTest.InternalTmpfs
|
||||
FstatfsTest.InternalDevShm
|
Reference in New Issue
Block a user