From c4ef586a007d2f313d0c5a842ecdbed249bd2772fc5f865a4c33d00a9c3b34a1 Mon Sep 17 00:00:00 2001 From: Harshavardhan Musanalli Date: Wed, 22 Oct 2025 10:13:57 +0200 Subject: [PATCH] Move test scripts inside tests/ folder --- test-examples.sh => tests/test-examples.sh | 0 test_ebpf_capabilities.sh => tests/test_ebpf_capabilities.sh | 0 test_ebpf_direct.sh => tests/test_ebpf_direct.sh | 0 test_ebpf_integration.sh => tests/test_ebpf_integration.sh | 0 test_privilege_checks.sh => tests/test_privilege_checks.sh | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename test-examples.sh => tests/test-examples.sh (100%) rename test_ebpf_capabilities.sh => tests/test_ebpf_capabilities.sh (100%) rename test_ebpf_direct.sh => tests/test_ebpf_direct.sh (100%) rename test_ebpf_integration.sh => tests/test_ebpf_integration.sh (100%) rename test_privilege_checks.sh => tests/test_privilege_checks.sh (100%) diff --git a/test-examples.sh b/tests/test-examples.sh similarity index 100% rename from test-examples.sh rename to tests/test-examples.sh diff --git a/test_ebpf_capabilities.sh b/tests/test_ebpf_capabilities.sh similarity index 100% rename from test_ebpf_capabilities.sh rename to tests/test_ebpf_capabilities.sh diff --git a/test_ebpf_direct.sh b/tests/test_ebpf_direct.sh similarity index 100% rename from test_ebpf_direct.sh rename to tests/test_ebpf_direct.sh diff --git a/test_ebpf_integration.sh b/tests/test_ebpf_integration.sh similarity index 100% rename from test_ebpf_integration.sh rename to tests/test_ebpf_integration.sh diff --git a/test_privilege_checks.sh b/tests/test_privilege_checks.sh similarity index 100% rename from test_privilege_checks.sh rename to tests/test_privilege_checks.sh