From: Brendan Hansen Date: Thu, 18 Jan 2024 03:23:26 +0000 (-0600) Subject: removed: including test files with toolchain distribution X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=2e06e1df67a800938a9603e9bf38bb54a2600c51;p=onyx.git removed: including test files with toolchain distribution --- 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"