1
Fork 0
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:
Joseph Crail 2015-11-25 03:36:28 -05:00
parent 6e4392779f
commit 412025b45a

View file

@ -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}