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
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/actions/test_clean.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/actions/test_clean.lua b/tests/actions/test_clean.lua
index f0badbc..bd205d6 100644
--- a/tests/actions/test_clean.lua
+++ b/tests/actions/test_clean.lua
@@ -93,7 +93,9 @@
kind "ConsoleApp"
prepare()
test.contains(removed, "MyProject.csproj")
- test.contains(removed, "MyProject.csproj.user")
+ if _OPTIONS.generate_user then
+ test.contains(removed, "MyProject.csproj.user")
+ end
test.contains(removed, "MyProject.pdb")
test.contains(removed, "MyProject.idb")
test.contains(removed, "MyProject.ilk")