summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc/net/test-ether.c
Commit message (Collapse)AuthorAgeFilesLines
* Integrate tools/regression/lib/libc/net into the FreeBSD test suitengie2015-11-081-235/+0
| | | | | | | | | | as lib/libc/tests/net Also, fix eui64_aton_test:test_str(..). The test was comparing the result of eui64_aton to a pointer of the expected result. MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Add regression tests for ethers(3) functions, including new _r variants.rwatson2007-05-131-0/+235
Four tests currently fail: test_ether_line_bad_1() and test_ether_line_bad_2() due to bugs in ether_line(3). test_ether_ntohost() and test_ether_hostton() due to not being fully implemented tests.
OpenPOWER on IntegriCloud