Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/base')
-rw-r--r--tests/base/test_api.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/base/test_api.lua b/tests/base/test_api.lua
index a214337..854610d 100644
--- a/tests/base/test_api.lua
+++ b/tests/base/test_api.lua
@@ -121,6 +121,16 @@
--
+-- accessor tests
+--
+
+ function suite.accessor_CanRetrieveString()
+ sln.blocks[1].kind = "ConsoleApp"
+ test.isequal("ConsoleApp", kind())
+ end
+
+
+--
-- solution() tests
--