test: isolate range contracts from native discovery

This commit is contained in:
Kinneyzhang 2026-08-25 22:45:30 +08:00
parent 459098b074
commit f0674b348c

View File

@ -8,6 +8,12 @@
(require 'subr-x)
(require 'etaf)
;; This suite locks ETAF range and slot semantics against the named Elisp
;; projection plans. Keep an optional locally built Ebox module from
;; replacing those plans with `native-frame'; native execution is covered by
;; the Playground integration and performance gates.
(setq ebox-native-reflow-module-path nil)
(defvar etaf-test-state-cell nil)
(defvar etaf-test-setup-count 0)
(defvar etaf-test-mounted-count 0)