[test_runner] Add handle test suite

For now this just tests handle cloning and basic capability checking.
This commit is contained in:
Justin C. Miller
2022-02-22 00:06:42 -08:00
parent 30aed15090
commit 69a3b6dad7
4 changed files with 31 additions and 2 deletions

View File

@@ -4,6 +4,8 @@
/// \file caps.h
/// Capability bitfield constants
#define j6_handle_caps(h) (((h)>>32) & 0xffffff)
/*[[[cog code generation
from definitions.context import Context