From 2003f8fe2cb12299f2c4be3fd5ecd703f177c94a Mon Sep 17 00:00:00 2001 From: Joao Matos Date: Sat, 4 Feb 2023 15:31:28 +0000 Subject: [PATCH] Move tests2/ contents to tests/. --- {tests2 => tests}/Builtins.h | 0 {tests2 => tests}/Classes.h | 0 {tests2 => tests}/Classes2.h | 0 {tests2 => tests}/Delegates.h | 0 {tests2 => tests}/Enums.h | 0 {tests2 => tests}/Overloads.h | 0 {tests2 => tests}/emscripten/.gitignore | 0 {tests2 => tests}/emscripten/premake5.lua | 0 {tests2 => tests}/emscripten/test.mjs | 0 {tests2 => tests}/emscripten/test.sh | 0 {tests2 => tests}/emscripten/utils.mjs | 0 {tests2 => tests}/napi/.gitignore | 0 {tests2 => tests}/napi/premake5.lua | 0 {tests2 => tests}/napi/test.js | 0 {tests2 => tests}/napi/test.sh | 0 {tests2 => tests}/quickjs/.gitignore | 0 {tests2 => tests}/quickjs/premake5.lua | 0 {tests2 => tests}/quickjs/test-prop.js | 0 {tests2 => tests}/quickjs/test.js | 0 {tests2 => tests}/quickjs/test.sh | 0 {tests2 => tests}/test.sh | 0 {tests2 => tests}/ts/.gitignore | 0 {tests2 => tests}/ts/test.sh | 0 {tests2 => tests}/ts/test.ts | 0 {tests2 => tests}/ts/tsconfig.json | 0 25 files changed, 0 insertions(+), 0 deletions(-) rename {tests2 => tests}/Builtins.h (100%) rename {tests2 => tests}/Classes.h (100%) rename {tests2 => tests}/Classes2.h (100%) rename {tests2 => tests}/Delegates.h (100%) rename {tests2 => tests}/Enums.h (100%) rename {tests2 => tests}/Overloads.h (100%) rename {tests2 => tests}/emscripten/.gitignore (100%) rename {tests2 => tests}/emscripten/premake5.lua (100%) rename {tests2 => tests}/emscripten/test.mjs (100%) rename {tests2 => tests}/emscripten/test.sh (100%) rename {tests2 => tests}/emscripten/utils.mjs (100%) rename {tests2 => tests}/napi/.gitignore (100%) rename {tests2 => tests}/napi/premake5.lua (100%) rename {tests2 => tests}/napi/test.js (100%) rename {tests2 => tests}/napi/test.sh (100%) rename {tests2 => tests}/quickjs/.gitignore (100%) rename {tests2 => tests}/quickjs/premake5.lua (100%) rename {tests2 => tests}/quickjs/test-prop.js (100%) rename {tests2 => tests}/quickjs/test.js (100%) rename {tests2 => tests}/quickjs/test.sh (100%) rename {tests2 => tests}/test.sh (100%) rename {tests2 => tests}/ts/.gitignore (100%) rename {tests2 => tests}/ts/test.sh (100%) rename {tests2 => tests}/ts/test.ts (100%) rename {tests2 => tests}/ts/tsconfig.json (100%) diff --git a/tests2/Builtins.h b/tests/Builtins.h similarity index 100% rename from tests2/Builtins.h rename to tests/Builtins.h diff --git a/tests2/Classes.h b/tests/Classes.h similarity index 100% rename from tests2/Classes.h rename to tests/Classes.h diff --git a/tests2/Classes2.h b/tests/Classes2.h similarity index 100% rename from tests2/Classes2.h rename to tests/Classes2.h diff --git a/tests2/Delegates.h b/tests/Delegates.h similarity index 100% rename from tests2/Delegates.h rename to tests/Delegates.h diff --git a/tests2/Enums.h b/tests/Enums.h similarity index 100% rename from tests2/Enums.h rename to tests/Enums.h diff --git a/tests2/Overloads.h b/tests/Overloads.h similarity index 100% rename from tests2/Overloads.h rename to tests/Overloads.h diff --git a/tests2/emscripten/.gitignore b/tests/emscripten/.gitignore similarity index 100% rename from tests2/emscripten/.gitignore rename to tests/emscripten/.gitignore diff --git a/tests2/emscripten/premake5.lua b/tests/emscripten/premake5.lua similarity index 100% rename from tests2/emscripten/premake5.lua rename to tests/emscripten/premake5.lua diff --git a/tests2/emscripten/test.mjs b/tests/emscripten/test.mjs similarity index 100% rename from tests2/emscripten/test.mjs rename to tests/emscripten/test.mjs diff --git a/tests2/emscripten/test.sh b/tests/emscripten/test.sh similarity index 100% rename from tests2/emscripten/test.sh rename to tests/emscripten/test.sh diff --git a/tests2/emscripten/utils.mjs b/tests/emscripten/utils.mjs similarity index 100% rename from tests2/emscripten/utils.mjs rename to tests/emscripten/utils.mjs diff --git a/tests2/napi/.gitignore b/tests/napi/.gitignore similarity index 100% rename from tests2/napi/.gitignore rename to tests/napi/.gitignore diff --git a/tests2/napi/premake5.lua b/tests/napi/premake5.lua similarity index 100% rename from tests2/napi/premake5.lua rename to tests/napi/premake5.lua diff --git a/tests2/napi/test.js b/tests/napi/test.js similarity index 100% rename from tests2/napi/test.js rename to tests/napi/test.js diff --git a/tests2/napi/test.sh b/tests/napi/test.sh similarity index 100% rename from tests2/napi/test.sh rename to tests/napi/test.sh diff --git a/tests2/quickjs/.gitignore b/tests/quickjs/.gitignore similarity index 100% rename from tests2/quickjs/.gitignore rename to tests/quickjs/.gitignore diff --git a/tests2/quickjs/premake5.lua b/tests/quickjs/premake5.lua similarity index 100% rename from tests2/quickjs/premake5.lua rename to tests/quickjs/premake5.lua diff --git a/tests2/quickjs/test-prop.js b/tests/quickjs/test-prop.js similarity index 100% rename from tests2/quickjs/test-prop.js rename to tests/quickjs/test-prop.js diff --git a/tests2/quickjs/test.js b/tests/quickjs/test.js similarity index 100% rename from tests2/quickjs/test.js rename to tests/quickjs/test.js diff --git a/tests2/quickjs/test.sh b/tests/quickjs/test.sh similarity index 100% rename from tests2/quickjs/test.sh rename to tests/quickjs/test.sh diff --git a/tests2/test.sh b/tests/test.sh similarity index 100% rename from tests2/test.sh rename to tests/test.sh diff --git a/tests2/ts/.gitignore b/tests/ts/.gitignore similarity index 100% rename from tests2/ts/.gitignore rename to tests/ts/.gitignore diff --git a/tests2/ts/test.sh b/tests/ts/test.sh similarity index 100% rename from tests2/ts/test.sh rename to tests/ts/test.sh diff --git a/tests2/ts/test.ts b/tests/ts/test.ts similarity index 100% rename from tests2/ts/test.ts rename to tests/ts/test.ts diff --git a/tests2/ts/tsconfig.json b/tests/ts/tsconfig.json similarity index 100% rename from tests2/ts/tsconfig.json rename to tests/ts/tsconfig.json