mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Fix whitespace and sort order of tests.
This commit is contained in:
parent
6e4392779f
commit
412025b45a
1 changed files with 5 additions and 5 deletions
6
Makefile
6
Makefile
|
@ -127,9 +127,9 @@ TEST_PROGS := \
|
||||||
cksum \
|
cksum \
|
||||||
cp \
|
cp \
|
||||||
cut \
|
cut \
|
||||||
env \
|
|
||||||
dirname \
|
dirname \
|
||||||
echo \
|
echo \
|
||||||
|
env \
|
||||||
factor \
|
factor \
|
||||||
false \
|
false \
|
||||||
fold \
|
fold \
|
||||||
|
@ -159,8 +159,8 @@ TEST_PROGS := \
|
||||||
true \
|
true \
|
||||||
truncate \
|
truncate \
|
||||||
tsort \
|
tsort \
|
||||||
unlink \
|
|
||||||
unexpand \
|
unexpand \
|
||||||
|
unlink \
|
||||||
wc
|
wc
|
||||||
|
|
||||||
TESTS := \
|
TESTS := \
|
||||||
|
@ -201,7 +201,7 @@ crates:
|
||||||
echo "okay" $(EXES)
|
echo "okay" $(EXES)
|
||||||
|
|
||||||
build_uutils = ${CARGO} build --features "${1}" ${PROFILE_CMD} --no-default-features
|
build_uutils = ${CARGO} build --features "${1}" ${PROFILE_CMD} --no-default-features
|
||||||
build_pkg = ${CARGO} build ${PROFILE_CMD} -p "${1}"
|
build_pkg = ${CARGO} build ${PROFILE_CMD} -p ${1}
|
||||||
run_integration_tests = ${CARGO} test --test ${1}
|
run_integration_tests = ${CARGO} test --test ${1}
|
||||||
run_unit_tests = ${CARGO} test -p ${1}
|
run_unit_tests = ${CARGO} test -p ${1}
|
||||||
do_install = install ${1}
|
do_install = install ${1}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue