cc_binary {
    name: "directiotest",
    srcs: ["directiotest.c"],
    cflags: [
        "-Wall",
        "-Werror",
    ],
}