summaryrefslogtreecommitdiff
path: root/tests/tests.h
Commit message (Expand)AuthorAgeFilesLines
* tests: change the license to GPL-2.0-or-laterDmitry V. Levin2018-12-101-21/+1
* tests: add print_quoted_stringn to print string with a size limitEugene Syromyatnikov2018-06-111-0/+6
* tests: use STRINGIFY instead of _STRDmitry V. Levin2018-06-061-1/+0
* tests: introduce midtail_alloc and use it in netlink testsEugene Syromyatnikov2018-05-091-0/+3
* tests: add mmap/mmap64 variants different xlat verbosity levelsEugene Syromyatnikov2018-04-281-0/+8
* tests: forward SIZEOF_KERNEL_LONG_T and SIZEOF_LONG to C preprocessorDmitry V. Levin2018-04-041-0/+10
* tests/tests.h: fix indentationDmitry V. Levin2018-04-041-19/+18
* util.c: add support for additional escape characters in string_quoteEugene Syromyatnikov2018-03-011-4/+5
* tests: add print_quoted_string_ex and print_quoted_memory_ex functionsEugene Syromyatnikov2018-03-011-0/+8
* Update copyright headersDmitry V. Levin2018-02-131-1/+1
* tests: add file:line to perror_msg_and_fail/error_msg_and_fail outputDmitry V. Levin2018-01-231-0/+9
* tests: add ifindex_lo function and IFINDEX_LO_STR macro to libtestsDmitry V. Levin2017-08-151-0/+9
* Introduce print_quoted_cstringDmitry V. Levin2017-07-241-0/+6
* Move macros related to kernel types to kernel_types.hDmitry V. Levin2017-07-131-20/+0
* tests: fix print_quoted_hex output of bytes with high bit setDmitry V. Levin2017-07-081-2/+2
* netlink: print unrecognized attribute data in hexJingPiao Chen2017-07-071-0/+3
* tests: move DEFAULT_STRLEN macro to tests.hDmitry V. Levin2017-07-031-0/+5
* Introduce macros.hDmitry V. Levin2017-07-021-1/+1
* Unify different generic PRINT_FIELD_* implementationsDmitry V. Levin2017-07-011-0/+8
* tests: introduce NLMSG_ATTR macroJingPiao Chen2017-06-271-0/+2
* tests: add SET_STRUCT macro to tests.hDmitry V. Levin2017-06-201-0/+10
* Fix a few misspellings in commentsDmitry V. Levin2017-06-171-1/+1
* tests: enhance create_nl_socket diagnostics messagesDmitry V. Levin2017-06-051-1/+2
* tests: add create_nl_socket function to libtestsJingPiao Chen2017-06-051-0/+3
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* tests: add support for printing timestamp with microsecond precisionEugene Syromyatnikov2017-04-241-0/+3
* Always print raw values of time data fieldsEugene Syromyatnikov2017-04-241-1/+1
* tests: add skip_if_unavailable function to libtestsDmitry V. Levin2017-04-191-0/+3
* tests: add TAIL_ALLOC_OBJECT_{CONST,VAR}_PTR to tests.hDmitry V. Levin2017-03-161-0/+16
* tests: transform print_time_t into print_time_t_nsecDmitry V. Levin2017-02-261-2/+2
* tests: move print_time function to libtestsDmitry V. Levin2017-02-261-0/+3
* tests: move get_sigset_size function to libtestsDmitry V. Levin2017-02-201-0/+3
* tests: change the type of fill_memory{,_ex} first argument to void *Dmitry V. Levin2017-01-041-2/+2
* tests: add F8ILL_KULONG_* and f8ill_ptr_to_kulong to tests.hDmitry V. Levin2016-12-251-0/+16
* Include "kernel_types.h" in defs.h and tests/tests.hDmitry V. Levin2016-12-161-0/+1
* Check dumping of io syscalls when descriptor arguments are sensibly largeDmitry V. Levin2016-11-301-0/+3
* tests: move ARG_STR and similar macros to tests.hEugene Syromyatnikov2016-10-261-0/+4
* tests: move LL_PAIR and LL_VAL_TO_PAIR macros to tests.hEugene Syromyatnikov2016-10-261-0/+7
* tests: move fill_memory and fill_memory_ex into a separate fileEugene Syromyatnikov2016-10-261-0/+10
* Enhance zero_extend_signed_to_ull and sign_extend_unsigned_to_ll macrosDmitry V. Levin2016-09-271-2/+4
* tests: add VERBOSE macroDmitry V. Levin2016-09-261-0/+5
* tests: add sprintrc_grep function to libtestsEugene Syromyatnikov2016-09-081-0/+2
* tests: move sprintrc function to libtestsEugene Syromyatnikov2016-09-021-0/+3
* tests: add sign_extend_unsigned_to_ll macroDmitry V. Levin2016-08-311-3/+8
* zero_extend_signed_to_ull: add short int supportDmitry V. Levin2016-08-231-1/+2
* Rename widen_to_ull to zero_extend_signed_to_ullDmitry V. Levin2016-08-231-2/+2
* tests: add #include guardsDmitry V. Levin2016-08-061-3/+3
* tests: add recv_mmsg and send_mmsg functions to libtestsDmitry V. Levin2016-07-191-0/+6
* tests: add socketcall function to libtestsDmitry V. Levin2016-07-191-0/+4
* tests: add read_int_from_file function to libtestsDmitry V. Levin2016-07-031-0/+3