tests: switch to test-unit
commit68b232a2b3157a4ced19c0045d4c7a937e09b442
authorEric Wong <e@80x24.org>
Sat, 11 Mar 2017 09:45:45 +0000 (11 09:45 +0000)
committerEric Wong <e@80x24.org>
Sat, 11 Mar 2017 09:46:50 +0000 (11 09:46 +0000)
tree307b4d699f0397ab0ac5756997638838766e3360
parentd56ab3b844995bce2231f43e319f3bd9bfc6ad71
tests: switch to test-unit

test-unit has fewer incompatible changes over the years
than minitest; and minitest seems open to making future
incompatible changes... Nope.

I value API stability more and more as I (and this project)
ages.
16 files changed:
sleepy_penguin.gemspec
test/helper.rb
test/test_cfr.rb
test/test_constants.rb
test/test_epoll.rb
test/test_epoll_gc.rb
test/test_epoll_io.rb
test/test_epoll_optimizations.rb
test/test_eventfd.rb
test/test_inotify.rb
test/test_kqueue.rb
test/test_kqueue_io.rb
test/test_sendfile.rb
test/test_splice.rb
test/test_splice_eintr.rb
test/test_timerfd.rb