From 58dd40d8e3e5fb3590639c2b1b98643fa8bc7b36 Mon Sep 17 00:00:00 2001 From: AtomAlpaca Date: Sat, 2 Aug 2025 14:50:13 +0800 Subject: [PATCH] Add test --- tools/pnnx/tests/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/pnnx/tests/CMakeLists.txt b/tools/pnnx/tests/CMakeLists.txt index b39932769..326a4c3b7 100644 --- a/tools/pnnx/tests/CMakeLists.txt +++ b/tools/pnnx/tests/CMakeLists.txt @@ -409,3 +409,5 @@ add_subdirectory(ncnn) if(onnxruntime_FOUND) add_subdirectory(onnx) endif() + +add_subdirectory(numpy)