util-linux/tests
Karel Zak 18b96d7102 Merge branch 'col-refactor' of https://github.com/kerolasa/util-linux
* 'col-refactor' of https://github.com/kerolasa/util-linux:
  col: replace LINE and CHAR typedefs with structs
  col: free memory before exit [LeakSanitizer]
  col: tidy up sources a little bit
  col: add defaults to switch case clauses
  col: flip all comparisions to numerical order
  col: use size_t when dealing with numbers that buffer sizes
  col: add structure to hold line variables
  col: add update_cur_line() function
  col: add handle_not_graphic() function
  col: initialize variables when they are declared
  col: move option handling to separate function
  col: move global variables to a control structure
  col: use inline function rather than function like define
  col: use typedef and enum to clarify struct
  col: remove function prototypes
  col: add more tests
2020-09-29 13:41:00 +02:00
..
expected Merge branch 'col-refactor' of https://github.com/kerolasa/util-linux 2020-09-29 13:41:00 +02:00
helpers test_tiocsti: check ioctl() return code [coverity scan] 2020-07-14 11:43:38 +02:00
ts col: add more tests 2020-09-11 20:55:01 +01:00
.gitignore tests: make compatible with autotools 2012-08-03 21:24:51 +02:00
Makemodule.am tests: add --parsable, remove TS_OPT_parsable 2019-10-09 13:04:34 +02:00
commands.sh tests: add a fuzz target calling fdisk_script_read_file 2020-08-10 23:30:50 +00:00
functions.sh tests: take exit codes into account 2020-08-06 12:33:11 +00:00
run.sh build-sys: add --enable-ubsan to make it possible to build util-linux with UBSan 2020-07-03 11:17:53 +02:00