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:
authorLiamDevine <none@none>2010-06-16 02:29:56 +0400
committerLiamDevine <none@none>2010-06-16 02:29:56 +0400
commite0d001d0c0b85d359adbdac3192e0239a0a963d4 (patch)
treefcc2cec1b97607cf91248b1000dd1e362c87644c /tests/premake4.lua
parentc1cf499b2ac65ec880e5f92dfb82178fb870e7b2 (diff)
vcxproj.filters done
vcxproj.user done vcxproj nearly done
Diffstat (limited to 'tests/premake4.lua')
-rw-r--r--tests/premake4.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/premake4.lua b/tests/premake4.lua
index 041ada2..3240146 100644
--- a/tests/premake4.lua
+++ b/tests/premake4.lua
@@ -67,7 +67,9 @@
dofile("actions/vstudio/test_vs2005_csproj.lua")
dofile("actions/vstudio/test_vs200x_vcproj.lua")
dofile("actions/vstudio/test_vs2010_vcxproj.lua")
- dofile("actions/vstudio/test_vs2010_flags.lua")
+ dofile("actions/vstudio/test_vs2010_flags.lua")
+ dofile("actions/vstudio/test_vs2010_links.lua")
+ dofile("actions/vstudio/test_vs2010_filters.lua")
-- Xcode tests