package embox.lib.breakpoint_test

module sw_breakpoint_test {
	source "sw_breakpoint_test.c"
}

module hw_breakpoint_test {
	source "hw_breakpoint_test.c"
}

module watchpoint_test {
	source "watchpoint_test.c"
}
