commit | 548e35eb4257ce8bed9772d7b32ddbc8291e9454 | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Thu Aug 22 16:55:19 2024 -0700 |
committer | Maciej Żenczykowski <maze@google.com> | Mon Aug 26 16:19:48 2024 -0700 |
tree | 90a8932a50c8cecd7e9b33ba672a5106ad06f7f1 | |
parent | b5ddf3a056588687c2f78bbd1fca9d0668fae55f [diff] |
bpf: git mv tests/mts bpf/tests/mts Another step towards moving all bpf related stuff into a common directory, which will ease development. I want to refactor this test so that it can also be run as a self-test in UML (for testing bpfloading functionality across a large variety of Linux kernel (both major and minor LTS) and Android (API/SDK level) platform versions. Bug: 205608149 Test: TreeHugger Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: Idc9104783b2fa60626e9c1fd463c4d94fd4a908c
diff --git a/tests/mts/Android.bp b/bpf/tests/mts/Android.bp similarity index 100% rename from tests/mts/Android.bp rename to bpf/tests/mts/Android.bp
diff --git a/tests/mts/OWNERS b/bpf/tests/mts/OWNERS similarity index 100% rename from tests/mts/OWNERS rename to bpf/tests/mts/OWNERS
diff --git a/tests/mts/bpf_existence_test.cpp b/bpf/tests/mts/bpf_existence_test.cpp similarity index 100% rename from tests/mts/bpf_existence_test.cpp rename to bpf/tests/mts/bpf_existence_test.cpp