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:
authorstarkos <none@none>2009-11-04 00:35:24 +0300
committerstarkos <none@none>2009-11-04 00:35:24 +0300
commita9255f02d10bdbd809e915db9eccf72ac4c148b6 (patch)
tree1500d39f6dc9781cf66ef3aac05fa7b54f375e69 /tests/premake4.lua
parent0e9abb6c4d5d8367c08948608bd8155eac1c96be (diff)
Shuffling functions into new Xcode source organization
Diffstat (limited to 'tests/premake4.lua')
-rw-r--r--tests/premake4.lua7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/premake4.lua b/tests/premake4.lua
index ab45ce9..9119d2a 100644
--- a/tests/premake4.lua
+++ b/tests/premake4.lua
@@ -60,8 +60,13 @@
dofile("base/test_path.lua")
dofile("base/test_tree.lua")
dofile("actions/test_clean.lua")
- dofile("actions/test_xcode.lua")
+ -- Xcode tests
+ dofile("actions/xcode/test_xcode_common.lua")
+ dofile("actions/xcode/test_xcode_project.lua")
+
+ dofile("actions/test_xcode.lua")
+
--
-- Register a test action