diff options
Diffstat (limited to 'yjit.h')
| -rw-r--r-- | yjit.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -57,6 +57,9 @@ struct rb_yjit_options { // Capture and print out stats bool gen_stats; + + // Run backend tests + bool test_backend; }; RUBY_SYMBOL_EXPORT_BEGIN |
