Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/actions/vstudio/vc2010/test_links.lua')
-rw-r--r--tests/actions/vstudio/vc2010/test_links.lua8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/actions/vstudio/vc2010/test_links.lua b/tests/actions/vstudio/vc2010/test_links.lua
index de642f5..9d5c0d2 100644
--- a/tests/actions/vstudio/vc2010/test_links.lua
+++ b/tests/actions/vstudio/vc2010/test_links.lua
@@ -36,7 +36,7 @@
-- entire project references item group should be skipped.
--
- function suite.noSectionWritten_onNoSiblingReferences()
+ function suite.noProjectReferencesGroup_onNoSiblingReferences()
prepare()
vc2010.projectReferences(prj2)
test.isemptycapture()
@@ -75,6 +75,12 @@
test.isemptycapture()
end
+
+--
+-- If a mix of sibling and system links are listed, only the system
+-- libraries should appear in the additional dependencies element.
+--
+
function suite.onlySystemDependencies_OnSiblingProjectLink()
links { "MyProject", "kernel32" }
prepare()