Move the test framework out

This commit is contained in:
Ruihan Li
2025-06-21 23:56:55 +08:00
committed by Jianfeng Jiang
parent 6af39b2d30
commit 0875cf6644
26 changed files with 25 additions and 25 deletions

View File

@ -1,6 +1,6 @@
// SPDX-License-Identifier: MPL-2.0
#include "../network/test.h"
#include "../test.h"
#include <sys/syscall.h>
#include <unistd.h>