ruby-rice / rice

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

Support running test suite #141

Closed cfis closed 3 years ago

cfis commented 3 years ago

Update unittest framework to accept a --suite keyword that specifies a specific test suite to run.

For example:

./unittests --suite Enum

jasonroelofs commented 3 years ago

👍