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:
authorJason Perkins <starkos@industriousone.com>2011-06-02 23:26:15 +0400
committerJason Perkins <starkos@industriousone.com>2011-06-02 23:26:15 +0400
commit2580bd7798aa41ae14fd1503ed0534aaec7f94ba (patch)
tree6f10aba5be648e589de5bdda6ce8b529f44ae52c /tests/premake4.lua
parenta315c34f15f0b90eb2c611a676cabe07b2a1db5b (diff)
Added support for key-value fields to the API
Diffstat (limited to 'tests/premake4.lua')
-rw-r--r--tests/premake4.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/premake4.lua b/tests/premake4.lua
index a4512be..992dd40 100644
--- a/tests/premake4.lua
+++ b/tests/premake4.lua
@@ -48,7 +48,6 @@
dofile("test_gmake_cs.lua")
dofile("base/test_api.lua")
dofile("base/test_action.lua")
- dofile("base/test_baking.lua")
dofile("base/test_config.lua")
dofile("base/test_location.lua")
dofile("base/test_os.lua")
@@ -58,6 +57,10 @@
dofile("tools/test_gcc.lua")
dofile("base/test_config_bug.lua")
+ -- Baking tests
+ dofile("base/test_baking.lua")
+ dofile("baking/test_merging.lua")
+
-- Clean tests
dofile("actions/test_clean.lua")