test: audit the derived bake window end to end — two truncations pinned, Gate's missing hold length demonstrated

This commit is contained in:
2026-08-01 19:38:28 -04:00
parent 8bf6841f7b
commit d3894dae6d
2 changed files with 275 additions and 0 deletions
+4
View File
@@ -10,6 +10,10 @@ reasampler_pure_library(bake_render
LINK PUBLIC bake_plan sampler_core)
reasampler_test(bake_render LINK bake_render)
# No library of its own: the derived window is a PROPERTY of bake_plan + bake_render
# together, and this measures it end to end rather than either half in isolation.
reasampler_test(bake_window LINK bake_plan bake_render)
# sample_map carries InstrumentParams, which is the whole of what a reset rewrites.
reasampler_pure_library(bake_reset SOURCES bake_reset.cpp LINK PUBLIC sample_map)
reasampler_test(bake_reset LINK bake_reset)