summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAge
* build: distclean now recursively removes patch files and relatedRoy Marples2019-09-13
|
* build: exit the SUBDIR build loop if an error is detectedKenny Napier2019-02-14
|
* eloop-bench: use callocRoy Marples2018-01-05
|
* eloop-bench: fix reading the last writeRoy Marples2018-01-05
| | | | | | | | | | | | The last write was never read from the pipe in the run, so many runs filled the kernel buffer causing an error which was not seen because the pipe was blocking. Set the pipes to non blocking and improve the exit conditions, also ensuring the bench returns any error back. While here add more timings and run critera. Thanks to Christos Zoulas for helping.
* Welcome to 2018.Roy Marples2018-01-01
|
* Don't re-define what crypt sources we need.Roy Marples2017-10-05
|
* Detect hmac(3) in libc or the library containing MD5.Roy Marples2017-10-05
| | | | If not found, a compat function is provided, taken from NetBSD.
* Compile eloop with config.h by default and bring in compat modules.Roy Marples2017-10-03
| | | | | This allows us to build this test AND dhcpcd exactly the same, which is important as they build eloop.o in the same place.
* Add a README to describe what this does.Roy Marples2017-04-14
|
* Fix compile on LinuxRoy Marples2017-04-13
|
* Enable the -r option.Roy Marples2017-04-13
|
* Fix compile on Linux.Roy Marples2017-04-13
|
* If no eloop mechanism has been selected for us, print a messageRoy Marples2017-04-13
| | | | to state which one eloop has chosen.
* Free stuff.Roy Marples2017-04-13
|
* Default eloop to epoll on Solaris.Roy Marples2017-04-13
| | | | Fix eloop-bench to work on Solaris.
* Fix compile on Solaris.Roy Marples2017-04-13
|
* Add code to test hmac md5 expectations rather than a visual test.Roy Marples2017-04-13
| | | | Bump copyrights.
* StyleRoy Marples2017-04-13
|
* StyleRoy Marples2017-04-13
|
* Tart up some more.Roy Marples2017-04-13
|
* Tart up some.Roy Marples2017-04-13
|
* Move test into tests.Roy Marples2017-04-13
Add new test, eloop-bench to benchmark eloop.