On Wed, Oct 16, 2019 at 08:03:34PM -0700, Sean Christopherson wrote: > Move the operator macros, ASSERT_* and EXTEND_*, to a standalone header > so that they can be reused by other selftests without pulling in the > full harness framework, which is cumbersome to use for testing features > that require a substantial amount of setup, need callbacks, etc... > > Signed-off-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx> Is it possible to just use a "dull" selftest and not go into this before the code is upstreamed? If yes, lets go with that. Do not mind using frameworky stuff later on. Just trying to avoid new intersects with other subsystems, that's all. /Jarkko