mirror of
https://github.com/uutils/coreutils.git
synced 2026-05-06 07:26:38 -04:00
stat: Add entries
This commit is contained in:
@@ -21,6 +21,7 @@ unix = [
|
||||
"nice",
|
||||
"nohup",
|
||||
"pathchk",
|
||||
"stat",
|
||||
"stdbuf",
|
||||
"timeout",
|
||||
"touch",
|
||||
@@ -153,6 +154,7 @@ shuf = { optional=true, path="src/shuf" }
|
||||
sleep = { optional=true, path="src/sleep" }
|
||||
sort = { optional=true, path="src/sort" }
|
||||
split = { optional=true, path="src/split" }
|
||||
stat = { optional=true, path="src/stat" }
|
||||
stdbuf = { optional=true, path="src/stdbuf" }
|
||||
sum = { optional=true, path="src/sum" }
|
||||
sync = { optional=true, path="src/sync" }
|
||||
|
||||
@@ -113,6 +113,7 @@ UNIX_PROGS := \
|
||||
nice \
|
||||
nohup \
|
||||
pathchk \
|
||||
stat \
|
||||
stdbuf \
|
||||
timeout \
|
||||
touch \
|
||||
@@ -168,6 +169,7 @@ TEST_PROGS := \
|
||||
seq \
|
||||
sort \
|
||||
split \
|
||||
stat \
|
||||
stdbuf \
|
||||
sum \
|
||||
tac \
|
||||
|
||||
@@ -21,6 +21,7 @@ mod sieve;
|
||||
#[cfg(unix)] mod test_stdbuf;
|
||||
#[cfg(unix)] mod test_touch;
|
||||
#[cfg(unix)] mod test_unlink;
|
||||
#[cfg(unix)] mod test_stat;
|
||||
|
||||
mod test_base64;
|
||||
mod test_basename;
|
||||
|
||||
Reference in New Issue
Block a user