summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2024-07-25 00:54:13 +0800
committerruki <[email protected]>2024-07-25 00:54:13 +0800
commitc7c412f6458f5aceeb02e9bfc292dc7aac0852d3 (patch)
tree90fc1076e7dd5a2971d7033bee28825a80e59477
parent039cd576af844dc146b7517160648765b90b81b1 (diff)
move autogen tests
-rw-r--r--tests/projects/other/autogen/autogen_binary_module/.gitignore (renamed from tests/projects/other/autogen_binary_module/.gitignore)0
-rw-r--r--tests/projects/other/autogen/autogen_binary_module/modules/autogen/foo/.gitignore (renamed from tests/projects/other/autogen_binary_module/modules/autogen/foo/.gitignore)0
-rw-r--r--tests/projects/other/autogen/autogen_binary_module/modules/autogen/foo/src/main.cpp (renamed from tests/projects/other/autogen_binary_module/modules/autogen/foo/src/main.cpp)0
-rw-r--r--tests/projects/other/autogen/autogen_binary_module/modules/autogen/foo/xmake.lua (renamed from tests/projects/other/autogen_binary_module/modules/autogen/foo/xmake.lua)0
-rw-r--r--tests/projects/other/autogen/autogen_binary_module/src/data.in (renamed from tests/projects/other/autogen_binary_module/src/data.in)0
-rw-r--r--tests/projects/other/autogen/autogen_binary_module/src/main.cpp (renamed from tests/projects/other/autogen_binary_module/src/main.cpp)0
-rw-r--r--tests/projects/other/autogen/autogen_binary_module/test.lua (renamed from tests/projects/other/autogen_binary_module/test.lua)0
-rw-r--r--tests/projects/other/autogen/autogen_binary_module/xmake.lua (renamed from tests/projects/other/autogen_binary_module/xmake.lua)0
-rw-r--r--tests/projects/other/autogen/autogen_code/.gitignore (renamed from tests/projects/other/autogen_code/.gitignore)0
-rw-r--r--tests/projects/other/autogen/autogen_code/test.lua (renamed from tests/projects/other/autogen_code/test.lua)0
-rw-r--r--tests/projects/other/autogen/autogen_code/xmake.lua (renamed from tests/projects/other/autogen_code/xmake.lua)0
-rw-r--r--tests/projects/other/autogen/autogen_codedep/.gitignore (renamed from tests/projects/other/autogen_codedep/.gitignore)0
-rw-r--r--tests/projects/other/autogen/autogen_codedep/src/autogen.cpp (renamed from tests/projects/other/autogen_codedep/src/autogen.cpp)0
-rw-r--r--tests/projects/other/autogen/autogen_codedep/src/data.in (renamed from tests/projects/other/autogen_codedep/src/data.in)0
-rw-r--r--tests/projects/other/autogen/autogen_codedep/src/main.cpp (renamed from tests/projects/other/autogen_codedep/src/main.cpp)0
-rw-r--r--tests/projects/other/autogen/autogen_codedep/test.lua (renamed from tests/projects/other/autogen_codedep/test.lua)0
-rw-r--r--tests/projects/other/autogen/autogen_codedep/xmake.lua (renamed from tests/projects/other/autogen_codedep/xmake.lua)0
-rw-r--r--tests/projects/other/autogen/autogen_shared_module/.gitignore (renamed from tests/projects/other/autogen_shared_module/.gitignore)0
-rw-r--r--tests/projects/other/autogen/autogen_shared_module/modules/autogen/foo/.gitignore (renamed from tests/projects/other/autogen_shared_module/modules/autogen/foo/.gitignore)0
-rw-r--r--tests/projects/other/autogen/autogen_shared_module/modules/autogen/foo/src/main.cpp (renamed from tests/projects/other/autogen_shared_module/modules/autogen/foo/src/main.cpp)0
-rw-r--r--tests/projects/other/autogen/autogen_shared_module/modules/autogen/foo/xmake.lua (renamed from tests/projects/other/autogen_shared_module/modules/autogen/foo/xmake.lua)0
-rw-r--r--tests/projects/other/autogen/autogen_shared_module/src/data.in (renamed from tests/projects/other/autogen_shared_module/src/data.in)0
-rw-r--r--tests/projects/other/autogen/autogen_shared_module/src/main.cpp (renamed from tests/projects/other/autogen_shared_module/src/main.cpp)0
-rw-r--r--tests/projects/other/autogen/autogen_shared_module/test.lua (renamed from tests/projects/other/autogen_shared_module/test.lua)0
-rw-r--r--tests/projects/other/autogen/autogen_shared_module/xmake.lua (renamed from tests/projects/other/autogen_shared_module/xmake.lua)0
-rw-r--r--tests/projects/other/native_module/cjson/.gitignore (renamed from tests/projects/other/native_module/.gitignore)0
-rw-r--r--tests/projects/other/native_module/cjson/modules/lua/cjson/src/cjson.c (renamed from tests/projects/other/native_module_cjson/modules/lua/cjson/src/cjson.c)0
-rw-r--r--tests/projects/other/native_module/cjson/modules/lua/cjson/xmake.lua (renamed from tests/projects/other/native_module_cjson/modules/lua/cjson/xmake.lua)0
-rw-r--r--tests/projects/other/native_module/cjson/src/main.cpp (renamed from tests/projects/other/native_module/src/main.cpp)0
-rw-r--r--tests/projects/other/native_module/cjson/test.lua (renamed from tests/projects/other/native_module/test.lua)0
-rw-r--r--tests/projects/other/native_module/cjson/xmake.lua (renamed from tests/projects/other/native_module_cjson/xmake.lua)0
-rw-r--r--tests/projects/other/native_module/hello/.gitignore (renamed from tests/projects/other/native_module/modules/binary/bar/.gitignore)0
-rw-r--r--tests/projects/other/native_module/hello/modules/binary/bar/.gitignore (renamed from tests/projects/other/native_module_cjson/.gitignore)0
-rw-r--r--tests/projects/other/native_module/hello/modules/binary/bar/src/add.cpp (renamed from tests/projects/other/native_module/modules/binary/bar/src/add.cpp)0
-rw-r--r--tests/projects/other/native_module/hello/modules/binary/bar/src/sub.cpp (renamed from tests/projects/other/native_module/modules/binary/bar/src/sub.cpp)0
-rw-r--r--tests/projects/other/native_module/hello/modules/binary/bar/xmake.lua (renamed from tests/projects/other/native_module/modules/binary/bar/xmake.lua)0
-rw-r--r--tests/projects/other/native_module/hello/modules/shared/foo/src/foo.c (renamed from tests/projects/other/native_module/modules/shared/foo/src/foo.c)0
-rw-r--r--tests/projects/other/native_module/hello/modules/shared/foo/xmake.lua (renamed from tests/projects/other/native_module/modules/shared/foo/xmake.lua)0
-rw-r--r--tests/projects/other/native_module/hello/src/main.cpp (renamed from tests/projects/other/native_module_cjson/src/main.cpp)0
-rw-r--r--tests/projects/other/native_module/hello/test.lua (renamed from tests/projects/other/native_module_cjson/test.lua)0
-rw-r--r--tests/projects/other/native_module/hello/xmake.lua (renamed from tests/projects/other/native_module/xmake.lua)0
41 files changed, 0 insertions, 0 deletions
diff --git a/tests/projects/other/autogen_binary_module/.gitignore b/tests/projects/other/autogen/autogen_binary_module/.gitignore
index 152105761..152105761 100644
--- a/tests/projects/other/autogen_binary_module/.gitignore
+++ b/tests/projects/other/autogen/autogen_binary_module/.gitignore
diff --git a/tests/projects/other/autogen_binary_module/modules/autogen/foo/.gitignore b/tests/projects/other/autogen/autogen_binary_module/modules/autogen/foo/.gitignore
index 152105761..152105761 100644
--- a/tests/projects/other/autogen_binary_module/modules/autogen/foo/.gitignore
+++ b/tests/projects/other/autogen/autogen_binary_module/modules/autogen/foo/.gitignore
diff --git a/tests/projects/other/autogen_binary_module/modules/autogen/foo/src/main.cpp b/tests/projects/other/autogen/autogen_binary_module/modules/autogen/foo/src/main.cpp
index c5150cdbd..c5150cdbd 100644
--- a/tests/projects/other/autogen_binary_module/modules/autogen/foo/src/main.cpp
+++ b/tests/projects/other/autogen/autogen_binary_module/modules/autogen/foo/src/main.cpp
diff --git a/tests/projects/other/autogen_binary_module/modules/autogen/foo/xmake.lua b/tests/projects/other/autogen/autogen_binary_module/modules/autogen/foo/xmake.lua
index 677da3e2d..677da3e2d 100644
--- a/tests/projects/other/autogen_binary_module/modules/autogen/foo/xmake.lua
+++ b/tests/projects/other/autogen/autogen_binary_module/modules/autogen/foo/xmake.lua
diff --git a/tests/projects/other/autogen_binary_module/src/data.in b/tests/projects/other/autogen/autogen_binary_module/src/data.in
index a04238969..a04238969 100644
--- a/tests/projects/other/autogen_binary_module/src/data.in
+++ b/tests/projects/other/autogen/autogen_binary_module/src/data.in
diff --git a/tests/projects/other/autogen_binary_module/src/main.cpp b/tests/projects/other/autogen/autogen_binary_module/src/main.cpp
index 3241308f7..3241308f7 100644
--- a/tests/projects/other/autogen_binary_module/src/main.cpp
+++ b/tests/projects/other/autogen/autogen_binary_module/src/main.cpp
diff --git a/tests/projects/other/autogen_binary_module/test.lua b/tests/projects/other/autogen/autogen_binary_module/test.lua
index b57362078..b57362078 100644
--- a/tests/projects/other/autogen_binary_module/test.lua
+++ b/tests/projects/other/autogen/autogen_binary_module/test.lua
diff --git a/tests/projects/other/autogen_binary_module/xmake.lua b/tests/projects/other/autogen/autogen_binary_module/xmake.lua
index b1617e543..b1617e543 100644
--- a/tests/projects/other/autogen_binary_module/xmake.lua
+++ b/tests/projects/other/autogen/autogen_binary_module/xmake.lua
diff --git a/tests/projects/other/autogen_code/.gitignore b/tests/projects/other/autogen/autogen_code/.gitignore
index 152105761..152105761 100644
--- a/tests/projects/other/autogen_code/.gitignore
+++ b/tests/projects/other/autogen/autogen_code/.gitignore
diff --git a/tests/projects/other/autogen_code/test.lua b/tests/projects/other/autogen/autogen_code/test.lua
index b57362078..b57362078 100644
--- a/tests/projects/other/autogen_code/test.lua
+++ b/tests/projects/other/autogen/autogen_code/test.lua
diff --git a/tests/projects/other/autogen_code/xmake.lua b/tests/projects/other/autogen/autogen_code/xmake.lua
index 9bfe25d9f..9bfe25d9f 100644
--- a/tests/projects/other/autogen_code/xmake.lua
+++ b/tests/projects/other/autogen/autogen_code/xmake.lua
diff --git a/tests/projects/other/autogen_codedep/.gitignore b/tests/projects/other/autogen/autogen_codedep/.gitignore
index 152105761..152105761 100644
--- a/tests/projects/other/autogen_codedep/.gitignore
+++ b/tests/projects/other/autogen/autogen_codedep/.gitignore
diff --git a/tests/projects/other/autogen_codedep/src/autogen.cpp b/tests/projects/other/autogen/autogen_codedep/src/autogen.cpp
index cf556ad99..cf556ad99 100644
--- a/tests/projects/other/autogen_codedep/src/autogen.cpp
+++ b/tests/projects/other/autogen/autogen_codedep/src/autogen.cpp
diff --git a/tests/projects/other/autogen_codedep/src/data.in b/tests/projects/other/autogen/autogen_codedep/src/data.in
index a04238969..a04238969 100644
--- a/tests/projects/other/autogen_codedep/src/data.in
+++ b/tests/projects/other/autogen/autogen_codedep/src/data.in
diff --git a/tests/projects/other/autogen_codedep/src/main.cpp b/tests/projects/other/autogen/autogen_codedep/src/main.cpp
index 3241308f7..3241308f7 100644
--- a/tests/projects/other/autogen_codedep/src/main.cpp
+++ b/tests/projects/other/autogen/autogen_codedep/src/main.cpp
diff --git a/tests/projects/other/autogen_codedep/test.lua b/tests/projects/other/autogen/autogen_codedep/test.lua
index b57362078..b57362078 100644
--- a/tests/projects/other/autogen_codedep/test.lua
+++ b/tests/projects/other/autogen/autogen_codedep/test.lua
diff --git a/tests/projects/other/autogen_codedep/xmake.lua b/tests/projects/other/autogen/autogen_codedep/xmake.lua
index 5f2c76d67..5f2c76d67 100644
--- a/tests/projects/other/autogen_codedep/xmake.lua
+++ b/tests/projects/other/autogen/autogen_codedep/xmake.lua
diff --git a/tests/projects/other/autogen_shared_module/.gitignore b/tests/projects/other/autogen/autogen_shared_module/.gitignore
index 152105761..152105761 100644
--- a/tests/projects/other/autogen_shared_module/.gitignore
+++ b/tests/projects/other/autogen/autogen_shared_module/.gitignore
diff --git a/tests/projects/other/autogen_shared_module/modules/autogen/foo/.gitignore b/tests/projects/other/autogen/autogen_shared_module/modules/autogen/foo/.gitignore
index 152105761..152105761 100644
--- a/tests/projects/other/autogen_shared_module/modules/autogen/foo/.gitignore
+++ b/tests/projects/other/autogen/autogen_shared_module/modules/autogen/foo/.gitignore
diff --git a/tests/projects/other/autogen_shared_module/modules/autogen/foo/src/main.cpp b/tests/projects/other/autogen/autogen_shared_module/modules/autogen/foo/src/main.cpp
index b0f06dc3f..b0f06dc3f 100644
--- a/tests/projects/other/autogen_shared_module/modules/autogen/foo/src/main.cpp
+++ b/tests/projects/other/autogen/autogen_shared_module/modules/autogen/foo/src/main.cpp
diff --git a/tests/projects/other/autogen_shared_module/modules/autogen/foo/xmake.lua b/tests/projects/other/autogen/autogen_shared_module/modules/autogen/foo/xmake.lua
index 6c9c9282e..6c9c9282e 100644
--- a/tests/projects/other/autogen_shared_module/modules/autogen/foo/xmake.lua
+++ b/tests/projects/other/autogen/autogen_shared_module/modules/autogen/foo/xmake.lua
diff --git a/tests/projects/other/autogen_shared_module/src/data.in b/tests/projects/other/autogen/autogen_shared_module/src/data.in
index a04238969..a04238969 100644
--- a/tests/projects/other/autogen_shared_module/src/data.in
+++ b/tests/projects/other/autogen/autogen_shared_module/src/data.in
diff --git a/tests/projects/other/autogen_shared_module/src/main.cpp b/tests/projects/other/autogen/autogen_shared_module/src/main.cpp
index 3241308f7..3241308f7 100644
--- a/tests/projects/other/autogen_shared_module/src/main.cpp
+++ b/tests/projects/other/autogen/autogen_shared_module/src/main.cpp
diff --git a/tests/projects/other/autogen_shared_module/test.lua b/tests/projects/other/autogen/autogen_shared_module/test.lua
index b57362078..b57362078 100644
--- a/tests/projects/other/autogen_shared_module/test.lua
+++ b/tests/projects/other/autogen/autogen_shared_module/test.lua
diff --git a/tests/projects/other/autogen_shared_module/xmake.lua b/tests/projects/other/autogen/autogen_shared_module/xmake.lua
index b1617e543..b1617e543 100644
--- a/tests/projects/other/autogen_shared_module/xmake.lua
+++ b/tests/projects/other/autogen/autogen_shared_module/xmake.lua
diff --git a/tests/projects/other/native_module/.gitignore b/tests/projects/other/native_module/cjson/.gitignore
index 152105761..152105761 100644
--- a/tests/projects/other/native_module/.gitignore
+++ b/tests/projects/other/native_module/cjson/.gitignore
diff --git a/tests/projects/other/native_module_cjson/modules/lua/cjson/src/cjson.c b/tests/projects/other/native_module/cjson/modules/lua/cjson/src/cjson.c
index d8c2e49ef..d8c2e49ef 100644
--- a/tests/projects/other/native_module_cjson/modules/lua/cjson/src/cjson.c
+++ b/tests/projects/other/native_module/cjson/modules/lua/cjson/src/cjson.c
diff --git a/tests/projects/other/native_module_cjson/modules/lua/cjson/xmake.lua b/tests/projects/other/native_module/cjson/modules/lua/cjson/xmake.lua
index 434746541..434746541 100644
--- a/tests/projects/other/native_module_cjson/modules/lua/cjson/xmake.lua
+++ b/tests/projects/other/native_module/cjson/modules/lua/cjson/xmake.lua
diff --git a/tests/projects/other/native_module/src/main.cpp b/tests/projects/other/native_module/cjson/src/main.cpp
index 7c775d288..7c775d288 100644
--- a/tests/projects/other/native_module/src/main.cpp
+++ b/tests/projects/other/native_module/cjson/src/main.cpp
diff --git a/tests/projects/other/native_module/test.lua b/tests/projects/other/native_module/cjson/test.lua
index b57362078..b57362078 100644
--- a/tests/projects/other/native_module/test.lua
+++ b/tests/projects/other/native_module/cjson/test.lua
diff --git a/tests/projects/other/native_module_cjson/xmake.lua b/tests/projects/other/native_module/cjson/xmake.lua
index 8768aca3e..8768aca3e 100644
--- a/tests/projects/other/native_module_cjson/xmake.lua
+++ b/tests/projects/other/native_module/cjson/xmake.lua
diff --git a/tests/projects/other/native_module/modules/binary/bar/.gitignore b/tests/projects/other/native_module/hello/.gitignore
index 152105761..152105761 100644
--- a/tests/projects/other/native_module/modules/binary/bar/.gitignore
+++ b/tests/projects/other/native_module/hello/.gitignore
diff --git a/tests/projects/other/native_module_cjson/.gitignore b/tests/projects/other/native_module/hello/modules/binary/bar/.gitignore
index 152105761..152105761 100644
--- a/tests/projects/other/native_module_cjson/.gitignore
+++ b/tests/projects/other/native_module/hello/modules/binary/bar/.gitignore
diff --git a/tests/projects/other/native_module/modules/binary/bar/src/add.cpp b/tests/projects/other/native_module/hello/modules/binary/bar/src/add.cpp
index e19d07e12..e19d07e12 100644
--- a/tests/projects/other/native_module/modules/binary/bar/src/add.cpp
+++ b/tests/projects/other/native_module/hello/modules/binary/bar/src/add.cpp
diff --git a/tests/projects/other/native_module/modules/binary/bar/src/sub.cpp b/tests/projects/other/native_module/hello/modules/binary/bar/src/sub.cpp
index 980289d1a..980289d1a 100644
--- a/tests/projects/other/native_module/modules/binary/bar/src/sub.cpp
+++ b/tests/projects/other/native_module/hello/modules/binary/bar/src/sub.cpp
diff --git a/tests/projects/other/native_module/modules/binary/bar/xmake.lua b/tests/projects/other/native_module/hello/modules/binary/bar/xmake.lua
index add3c6e97..add3c6e97 100644
--- a/tests/projects/other/native_module/modules/binary/bar/xmake.lua
+++ b/tests/projects/other/native_module/hello/modules/binary/bar/xmake.lua
diff --git a/tests/projects/other/native_module/modules/shared/foo/src/foo.c b/tests/projects/other/native_module/hello/modules/shared/foo/src/foo.c
index 0555b071f..0555b071f 100644
--- a/tests/projects/other/native_module/modules/shared/foo/src/foo.c
+++ b/tests/projects/other/native_module/hello/modules/shared/foo/src/foo.c
diff --git a/tests/projects/other/native_module/modules/shared/foo/xmake.lua b/tests/projects/other/native_module/hello/modules/shared/foo/xmake.lua
index 035573d9f..035573d9f 100644
--- a/tests/projects/other/native_module/modules/shared/foo/xmake.lua
+++ b/tests/projects/other/native_module/hello/modules/shared/foo/xmake.lua
diff --git a/tests/projects/other/native_module_cjson/src/main.cpp b/tests/projects/other/native_module/hello/src/main.cpp
index 7c775d288..7c775d288 100644
--- a/tests/projects/other/native_module_cjson/src/main.cpp
+++ b/tests/projects/other/native_module/hello/src/main.cpp
diff --git a/tests/projects/other/native_module_cjson/test.lua b/tests/projects/other/native_module/hello/test.lua
index b57362078..b57362078 100644
--- a/tests/projects/other/native_module_cjson/test.lua
+++ b/tests/projects/other/native_module/hello/test.lua
diff --git a/tests/projects/other/native_module/xmake.lua b/tests/projects/other/native_module/hello/xmake.lua
index 211e839d3..211e839d3 100644
--- a/tests/projects/other/native_module/xmake.lua
+++ b/tests/projects/other/native_module/hello/xmake.lua