소스 검색

integration-tests: rename relocations to btf_relocations

In preparation of adding actual ELF relocation tests
Alessandro Decina 1 년 전
부모
커밋
bc8f4ef1c8
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 0
      test/integration-test/src/tests/btf_relocations.rs
  2. 1 1
      test/integration-test/src/tests/mod.rs

+ 0 - 0
test/integration-test/src/tests/relocations.rs → test/integration-test/src/tests/btf_relocations.rs


+ 1 - 1
test/integration-test/src/tests/mod.rs

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