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:
authorJason Perkins <starkos@industriousone.com>2011-05-19 01:32:04 +0400
committerJason Perkins <starkos@industriousone.com>2011-05-19 01:32:04 +0400
commitb04c702a0f5376fefd12c19a89484345c71a6e60 (patch)
tree19bef14feecfcff7a746c6da7ff4fce4f4be4c72 /tests/test_project.lua
parent882641b32a241f1ccf7c3de17363228a72b6878b (diff)
More cleanup; preparing the virtual path stuff
Diffstat (limited to 'tests/test_project.lua')
-rw-r--r--tests/test_project.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_project.lua b/tests/test_project.lua
index fea449d..fffecef 100644
--- a/tests/test_project.lua
+++ b/tests/test_project.lua
@@ -29,7 +29,7 @@
function T.project.findproject_IsCaseSensitive()
local sln = test.createsolution()
local prj = test.createproject(sln)
- premake.buildconfigs()
+ premake.bake.buildconfigs()
test.isnil(premake.findproject("myproject"))
end