scx_bpf_unittests/
lib.rs

1// Copyright (c) Meta Platforms, Inc. and affiliates.
2
3// This software may be used and distributed according to the terms of the
4// GNU General Public License version 2.
5
6#[cfg(test)]
7mod tests {
8    include!(concat!(env!("OUT_DIR"), "/gen_tests.rs"));
9}