ruby-rice / rice

Ruby Interface for C++ Extensions
http://ruby-rice.github.io/
Other
378 stars 63 forks source link

Move to using a library-based test runner #180

Closed jasonroelofs closed 1 year ago

jasonroelofs commented 1 year ago

This gets rid of the embedded-ruby version of the test suite, moving it to a dynamic library, built by Rice, to test Rice. This should provide a more consistent and reliable testing situation as everything runs in the single Ruby interpreter initialized by the normal ruby command line.