package embox.test.hal

module context_switch_test {
	option number stack_sz = 0x400
	source "context_switch_test.c"
	depends embox.arch.context
}

