integration-tests: rename relocations to btf_relocations

In preparation of adding actual ELF relocation tests
pull/572/head
Alessandro Decina 1 year ago
parent 23ce42da68
commit bc8f4ef1c8

@ -4,10 +4,10 @@ use libc::{uname, utsname};
use regex::Regex; use regex::Regex;
use std::{ffi::CStr, mem}; use std::{ffi::CStr, mem};
pub mod btf_relocations;
pub mod elf; pub mod elf;
pub mod load; pub mod load;
pub mod rbpf; pub mod rbpf;
pub mod relocations;
pub mod smoke; pub mod smoke;
pub use integration_test_macros::integration_test; pub use integration_test_macros::integration_test;

Loading…
Cancel
Save