X-Git-Url: http://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/03a26752c80546ac8cf8fc81807bb5a153786599..95d8e7745d9b00097d50d9903d62c48268324e7a:/tests/functions.at diff --git a/tests/functions.at b/tests/functions.at index cfd5408..e1d556b 100644 --- a/tests/functions.at +++ b/tests/functions.at @@ -1,27 +1,9 @@ -dnl Copyright © 2015, 2021-2022 Nick Bowler +dnl Copyright © 2015, 2021-2023 Nick Bowler dnl dnl License WTFPL2: Do What The Fuck You Want To Public License, version 2. dnl This is free software: you are free to do what the fuck you want to. dnl There is NO WARRANTY, to the extent permitted by law. -m4_divert_push([PREPARE_TESTS])dnl -test_run_tap () { - "$builddir/t/$1" > "$1.tap" - status=$? - cat "$1.tap" - prove -e cat "$1.tap" - return $status -} -m4_divert_pop([PREPARE_TESTS]) - -m4_define([TEST_TAP], [AT_CHECK([test_run_tap "$1"], [0], [ignore])]) -m4_define([TEST_TAP_SIMPLE], [dnl -AT_SETUP([$1]) -AT_KEYWORDS([$4])dnl -m4_n([$3])dnl -TEST_TAP([$2]) -AT_CLEANUP]) - AT_BANNER([Binary packing functions]) TEST_TAP_SIMPLE([signed unpacking], [packtests], [], [pack]) @@ -32,6 +14,7 @@ TEST_TAP_SIMPLE([64-bit unsigned unpacking], [packtestu64], [], [pack]) AT_BANNER([Help formatting functions]) AT_SETUP([help_print_desc]) +AT_KEYWORDS([help]) AT_SKIP_IF([test ! -x "$builddir/t/helpdesc"]) @@ -52,7 +35,19 @@ AT_CHECK(["$builddir/t/helpdesc" 0 0 10 5 30 20 40 40 expout <<'EOF' +BEGIN { + zenkaku = "--\345\205\250\350\247\222"; + hankaku = "--\357\276\212\357\276\235\357\275\266\357\275\270" + + print zenkaku, hankaku >"args" + + print " " zenkaku "\t" "8" + print " " hankaku "\t" "8" +} +EOF + +AT_CHECK([LC_ALL=$locale_utf8 xargs "$builddir/t/helpopt3"