X-Git-Url: https://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/a686e811e9fb465ed7c8d88f75915489fc7d09f0..f1527e8c5958c25abb54818a2e9618a85a75bec0:/tests/functions.at diff --git a/tests/functions.at b/tests/functions.at index ec7b6f3..165376c 100644 --- a/tests/functions.at +++ b/tests/functions.at @@ -4,24 +4,6 @@ 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])