test for runtime events is optional

This commit is contained in:
Simon Cruanes 2026-02-15 16:33:50 -05:00
parent a20233a455
commit 44bafeca1a
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -21,6 +21,7 @@
(test (test
(name t_runtime_events) (name t_runtime_events)
(modules t_runtime_events) (modules t_runtime_events)
(optional) ; runtime_events
(preprocess (preprocess
(pps ppx_trace)) (pps ppx_trace))
(libraries trace trace-runtime-events runtime_events)) (libraries trace trace-runtime-events runtime_events))