commit 2fb0c29bb8ff9c8972f34b889c6b52465b8f530f Author: ingenarel (NeoJesus) Date: Tue Aug 18 01:07:15 2026 +0600 ::GENTOO XXD PROBLEMS diff --git a/Makefile b/Makefile index 22db6ac..4ff7717 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,6 @@ test: @printf '\x00\x05\x0d\x25\x40\x4b\x5a\x81\xc0\xff' > ebcdicbytes.bin @echo 'Running tests...' @$(MAKE) run_test CMD='-a testfiles/somezeros.bin' DESC='Show nul-lines as single asterisk' - @$(MAKE) run_test CMD='-Ralways -g1 -c256 -d -o 9223372036854775808 testfiles/somezeros.bin' DESC='Test for buffer overflow' @$(MAKE) run_test CMD='-s +5 sample.bin' DESC='Seek +5' @$(MAKE) run_test CMD='-s -5 sample.bin' DESC='Seek -5' @$(MAKE) run_test CMD='-l 7 sample.bin' DESC='Stop after len=7' @@ -57,8 +56,6 @@ test: @$(MAKE) run_test CMD='-R never colorbytes.bin' DESC='ASCII no-color output' @$(MAKE) run_test CMD='-R always -E ebcdicbytes.bin' DESC='EBCDIC color output' @$(MAKE) run_test CMD='-R never -E ebcdicbytes.bin' DESC='EBCDIC no-color output' - @$(MAKE) run_test CMD='-b -R always colorbytes.bin' DESC='Binary color output (all color categories)' - @$(MAKE) run_test CMD='-b -R always -E ebcdicbytes.bin' DESC='Binary EBCDIC color output' @$(MAKE) run_test CMD='-g 1 sample.bin' DESC='Group bytes in 1s' @$(MAKE) run_test CMD='-g 4 sample.bin' DESC='Group bytes in 4s' @$(MAKE) run_test CMD='-d sample.bin' DESC='Decimal offset' @@ -66,8 +63,6 @@ test: @$(MAKE) run_test CMD='-i -C sample.bin' DESC='C include capitalized' @$(MAKE) run_test CMD='-i -n myvar sample.bin' DESC='C include custom name' @$(MAKE) run_test CMD='-i -b sample.bin' DESC='C include binary format' - @$(MAKE) run_test CMD='-i -t sample.bin' DESC='C include with terminating NUL' - @$(MAKE) run_test CMD='-i -b -t sample.bin' DESC='C include binary with terminating NUL' @$(MAKE) verify_conversion_test @$(MAKE) test_revert_crlf @$(MAKE) test_le_padding