removed: including test files with toolchain distribution
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 18 Jan 2024 03:23:26 +0000 (21:23 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 18 Jan 2024 03:23:26 +0000 (21:23 -0600)
build.bat
build.sh

index f97325bdc632156c8cb80e1307ddd0b58e33bd54..fa8262a6d274027b5b37830e921338b5581b49e4 100644 (file)
--- 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
index 675b9abbdb78e779e24b457acf579667898bd9bf..acda65dc53aa1367b1a02c996dd09712ac0974aa 100755 (executable)
--- 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"