From fb61b2456e72f295c45287fc1a2c1ba2d8bad04f Mon Sep 17 00:00:00 2001 From: lemonorangeapple Date: Sat, 4 Apr 2026 12:03:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20test=20package=E5=A2=9E=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/t/test_linux_x64.json | 4 ++++ libs/t/test_win_x64.json | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 libs/t/test_linux_x64.json create mode 100644 libs/t/test_win_x64.json diff --git a/libs/t/test_linux_x64.json b/libs/t/test_linux_x64.json new file mode 100644 index 0000000..e4c20db --- /dev/null +++ b/libs/t/test_linux_x64.json @@ -0,0 +1,4 @@ +{ + "name": "test_linux_x64", + "url": "https://github.com/Jun-Software/JunPM-TestPackage/raw/refs/heads/master/linux/test.so" +} \ No newline at end of file diff --git a/libs/t/test_win_x64.json b/libs/t/test_win_x64.json new file mode 100644 index 0000000..8020081 --- /dev/null +++ b/libs/t/test_win_x64.json @@ -0,0 +1,4 @@ +{ + "name": "test_win_x64", + "url": "https://github.com/Jun-Software/JunPM-TestPackage/raw/refs/heads/master/windows/test.dll" +} \ No newline at end of file