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-28 18:17:20 +0400
committerstarkos <none@none>2009-04-28 18:17:20 +0400
commit216c7fb1a99a3f044655c70dde3036993807c020 (patch)
tree5597f8c4d72130a758adfe54a2531bdafaa811a2 /tests/test_stress.lua
parentaf896ec949dccf9fcb5f724745c709d56442e2f4 (diff)
Fixed bugs in new C functions
Diffstat (limited to 'tests/test_stress.lua')
-rw-r--r--tests/test_stress.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_stress.lua b/tests/test_stress.lua
index 2b20b19..5ae5b10 100644
--- a/tests/test_stress.lua
+++ b/tests/test_stress.lua
@@ -4,7 +4,7 @@
-- Copyright (c) 2009 Jason Perkins and the Premake project
--
-local numprojects = 50
+local numprojects = 20
local numfiles = 100
dofile("pepperfish_profiler.lua")
@@ -18,7 +18,7 @@ end
solution "MySolution"
configurations { "Debug", "Release", "DebugDLL", "ReleaseDLL" }
- -- platforms { "Native", "x32", "x64" }
+ platforms { "Native", "x32", "x64" }
location "build"
configuration "Debug"