summaryrefslogtreecommitdiff
path: root/src/arping_test.c
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy complaints. No actual changes.HEADarping-2.xThomas Habets2022-12-191-1/+2
* arping_test: Remove most warningsThomas Habets2022-11-021-16/+14
* Fix libcheck warningThomas Habets2022-10-261-4/+4
* Parse -wW strictly as floatThomas Habets2022-10-261-0/+67
* Parse -VQCc strictly as numThomas Habets2022-10-261-1/+50
* arping_test: use STDOUT_FILENO, not 1Thomas Habets2022-10-261-9/+9
* unit tests: Remove test registry code in favour of code duplication.Thomas Habets2021-01-201-47/+41
* Fix false duplicates in edge conditionThomas Habets2019-04-191-1/+8
* test: Check return value of asprintf()Thomas Habets2016-06-271-1/+3
* Correctly check if libnet_init fails.Thomas Habets2015-11-251-1/+51
* Don't rely on C99 features.Thomas Habets2015-09-241-3/+6
* Clean up get_mac_addr and strip_newlines, and add unit tests.Thomas Habets2015-09-241-0/+68
* Silence all warnings in unit tests on clang.Thomas Habets2015-04-221-3/+6
* Add test on some borken packets.Thomas Habets2015-04-221-8/+214
* Add tests on output.Thomas Habets2015-04-221-1/+135
* Initial unit test.Thomas Habets2015-04-221-0/+113