summaryrefslogtreecommitdiff
path: root/yjit.h
diff options
context:
space:
mode:
Diffstat (limited to 'yjit.h')
-rw-r--r--yjit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/yjit.h b/yjit.h
index e3dd3a2f05..bf2b0c159e 100644
--- a/yjit.h
+++ b/yjit.h
@@ -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