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-03-26 02:04:32 +0300
committerstarkos <none@none>2009-03-26 02:04:32 +0300
commit0776e56996fa3f25d4f746bd05e3b6badc339644 (patch)
treeea6684aac212f4e1ec9fe879f7067e90a090f66a /tests/premake4.lua
parentd61caeb2c8758558969876e1d507d3f73efbfc31 (diff)
** Merged branches/platforms (r735:741) Added x32 and x64 platform support for VS2005 and 2008
Diffstat (limited to 'tests/premake4.lua')
-rw-r--r--tests/premake4.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/premake4.lua b/tests/premake4.lua
index 02b7ac2..4230802 100644
--- a/tests/premake4.lua
+++ b/tests/premake4.lua
@@ -16,6 +16,11 @@
dofile("test_api.lua")
dofile("test_targets.lua")
dofile("test_keywords.lua")
+ dofile("test_vs2002_sln.lua")
+ dofile("test_vs2003_sln.lua")
+ dofile("test_vs2005_sln.lua")
+ dofile("test_vs2008_sln.lua")
+ dofile("test_vs200x_vcproj.lua")