added more QuaTest for testing unit, but; it seemed not working for rblx, so i moved work on QuaTest

This commit is contained in:
살려주세요 2021-09-05 23:54:32 +09:00
parent 76f03fb5be
commit 8fe5601b71
4 changed files with 20 additions and 1 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "src/libs/QuaTest"]
path = src/libs/QuaTest
url = https://github.com/qwreey75/QuaTest

1
src/libs/QuaTest Submodule

@ -0,0 +1 @@
Subproject commit 78746916147fc401984a1267c361a946a7784262

View file

@ -18,4 +18,4 @@ function module.init(shared)
end
end
return module;
return module;

15
src/style.lua Normal file
View file

@ -0,0 +1,15 @@
local module = {};
function module.init(shared)
local new = {};
function shared.new()
end
function shared.
return new;
end
return module;