On 11.01.2026 05:11, [email protected] wrote: > From: Denis Mukhin <[email protected]> > > There can be multiple test harnesses per one test target (e.g. harness.h > and harness2.h). Account for that by further parametrizing existing > emit-harness-nested-rule().
Multiple harnesses within a single dir imo likely would share headers, but use different .c files. Also, why would dependencies on headers need recording at all? The Makefile includes $(DEPS_INCLUDE), so all dependency concerns should be covered (or else the generic machinery would need fixing). Imo all of this wants simplifying (dropping?) rather than further complicating. Jan
