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-25 22:40:23 +0300
committerstarkos <none@none>2009-11-25 22:40:23 +0300
commite23a53f2426d26ff58d82e77d6cf42edaed2e34f (patch)
tree54a51ec2d3626e7475a873911680bbe2d6462dca /tests/premake4.lua
parentd45f3d6805a368087f0c368b615b8446c9ed70c0 (diff)
Fixed bug in Xcode group pathing; started work on project dependencies
Diffstat (limited to 'tests/premake4.lua')
-rw-r--r--tests/premake4.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/premake4.lua b/tests/premake4.lua
index 5a52f87..613269f 100644
--- a/tests/premake4.lua
+++ b/tests/premake4.lua
@@ -64,6 +64,7 @@
-- Xcode tests
dofile("actions/xcode/test_xcode_common.lua")
dofile("actions/xcode/test_xcode_project.lua")
+ dofile("actions/xcode/test_xcode_dependencies.lua")
--