userland: move getchar from cpp-cheat

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-05 00:00:00 +00:00
parent e611806df9
commit fb3fdaa8a6
3 changed files with 41 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ path_properties_tree = PrefixTree({
'c': PrefixTree({
'assert_fail.c': PrefixTree(value=PathProperties(exit_status=1)),
'false.c': PrefixTree(value=PathProperties(exit_status=1)),
'getchar.c': PrefixTree(value=PathProperties(interactive=True)),
'infinite_loop.c': PrefixTree(value=PathProperties(more_than_1s=True)),
}),
'kernel_modules': PrefixTree(value=PathProperties(requires_kernel_modules=True)),