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-04-10 00:02:49 +0400
committerstarkos <none@none>2009-04-10 00:02:49 +0400
commitb55bfe89b33edca8f971cbd43bfeda415fc8eb48 (patch)
tree056892137dec63aefc0b6b59e072a78f07ecfb28 /tests/premake4.lua
parent0c794084b29f35a3af53d414f320aab4a2195bca (diff)
Plaform-specific settings and Xbox 360 support now working in Visual Studio 2005/2008
Diffstat (limited to 'tests/premake4.lua')
-rw-r--r--tests/premake4.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/premake4.lua b/tests/premake4.lua
index 581197a..220a375 100644
--- a/tests/premake4.lua
+++ b/tests/premake4.lua
@@ -1,7 +1,7 @@
--
-- tests/premake4.lua
-- Automated test suite for Premake 4.x
--- Copyright (c) 2008 Jason Perkins and the Premake project
+-- Copyright (c) 2008, 2009 Jason Perkins and the Premake project
--
dofile("testfx.lua")
@@ -13,10 +13,11 @@
dofile("test_template.lua")
dofile("test_premake.lua")
dofile("test_project.lua")
+ dofile("test_configs.lua")
+ dofile("test_platforms.lua")
dofile("test_api.lua")
dofile("test_targets.lua")
dofile("test_keywords.lua")
- dofile("test_vstudio.lua")
dofile("test_vs2002_sln.lua")
dofile("test_vs2003_sln.lua")
dofile("test_vs2005_sln.lua")