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-06-09 23:15:39 +0400
committerJason Perkins <starkos@industriousone.com>2011-06-09 23:15:39 +0400
commit96be30af0f63306753416a5948351cfcb46bc00a (patch)
tree127bb0671201503ddfadef74081026b3b856b1c5 /tests/premake4.lua
parent2580bd7798aa41ae14fd1503ed0534aaec7f94ba (diff)
Added project.getvpath() to map from real paths
Diffstat (limited to 'tests/premake4.lua')
-rw-r--r--tests/premake4.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/premake4.lua b/tests/premake4.lua
index 992dd40..071ebdd 100644
--- a/tests/premake4.lua
+++ b/tests/premake4.lua
@@ -40,7 +40,6 @@
dofile("test_dofile.lua")
dofile("test_string.lua")
dofile("test_premake.lua")
- dofile("test_project.lua")
dofile("test_platforms.lua")
dofile("test_targets.lua")
dofile("test_keywords.lua")
@@ -57,6 +56,10 @@
dofile("tools/test_gcc.lua")
dofile("base/test_config_bug.lua")
+ -- Project API tests
+ dofile("test_project.lua")
+ dofile("project/test_vpaths.lua")
+
-- Baking tests
dofile("base/test_baking.lua")
dofile("baking/test_merging.lua")