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/premake4.lua')
-rw-r--r--tests/premake4.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/premake4.lua b/tests/premake4.lua
index ae9c249..880e89e 100644
--- a/tests/premake4.lua
+++ b/tests/premake4.lua
@@ -103,12 +103,16 @@
dofile("actions/make/test_make_pch.lua")
dofile("actions/make/test_make_linking.lua")
- -- Xcode tests
+ -- Xcode3 tests
dofile("actions/xcode/test_xcode_common.lua")
dofile("actions/xcode/test_xcode_project.lua")
dofile("actions/xcode/test_xcode_dependencies.lua")
+ -- Xcode4 tests
dofile("actions/xcode/test_xcode4_workspace.lua")
+
+ -- CodeLite tests
+ dofile("actions/codelite/codelite_files.lua")
--
-- Register a test action