summaryrefslogtreecommitdiff
path: root/test/mkmf/test_mkmf.rb
AgeCommit message (Collapse)Author
2022-04-22Avoid defining the same test class in multiple filesJeremy Evans
Should fix issues with parallel testing sometimes not running all tests. This should be viewed skipping whitespace changes. Fixes [Bug #18731] Notes: Merged: https://github.com/ruby/ruby/pull/5839
2020-07-13Make the mkmf methods private in the global [Bug #16896]Nobuyoshi Nakada