Files

9 lines
205 B
Plaintext
Raw Permalink Normal View History

2025-02-12 09:54:05 -05:00
import("//build/test/TEMPLATE.gni")
xOS_test("signalself") {
test_bundle = "kernel/signal/signalself"
sources = [ "main.c" ]
configs = [ "//build/userland:userland_flags" ]
deplibs = [ "libc" ]
}