From 2e06e1df67a800938a9603e9bf38bb54a2600c51 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Wed, 17 Jan 2024 21:23:26 -0600 Subject: [PATCH] removed: including test files with toolchain distribution --- build.bat | 1 - build.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/build.bat b/build.bat index f97325bd..fa8262a6 100644 --- a/build.bat +++ b/build.bat @@ -40,7 +40,6 @@ if "%1" == "dist" ( copy misc\vscode\onyxlang-0.1.9.vsix dist\misc\onyxlang-0.1.9.vsix copy onyx_runtime.dll dist\onyx_runtime.dll - xcopy tests dist\tests /s /e /h /I copy onyx.exe dist\onyx.exe mkdir dist\tools diff --git a/build.sh b/build.sh index 675b9abb..acda65dc 100755 --- a/build.sh +++ b/build.sh @@ -57,7 +57,6 @@ package_all() { cp "shared/include/wasm.h" "$DIST_DIR/include/wasm.h" fi - cp -r "tests" "$DIST_DIR/" cp -r "examples" "$DIST_DIR/" mkdir -p "$DIST_DIR/misc" -- 2.25.1