added more QuaTest for testing unit, but; it seemed not working for rblx, so i moved work on QuaTest
This commit is contained in:
parent
76f03fb5be
commit
8fe5601b71
4 changed files with 20 additions and 1 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "src/libs/QuaTest"]
|
||||||
|
path = src/libs/QuaTest
|
||||||
|
url = https://github.com/qwreey75/QuaTest
|
||||||
1
src/libs/QuaTest
Submodule
1
src/libs/QuaTest
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 78746916147fc401984a1267c361a946a7784262
|
||||||
|
|
@ -18,4 +18,4 @@ function module.init(shared)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
return module;
|
return module;
|
||||||
|
|
|
||||||
15
src/style.lua
Normal file
15
src/style.lua
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
local module = {};
|
||||||
|
|
||||||
|
function module.init(shared)
|
||||||
|
local new = {};
|
||||||
|
|
||||||
|
function shared.new()
|
||||||
|
|
||||||
|
end
|
||||||
|
|
||||||
|
function shared.
|
||||||
|
|
||||||
|
return new;
|
||||||
|
end
|
||||||
|
|
||||||
|
return module;
|
||||||
Loading…
Reference in a new issue