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-08-18 23:09:17 +0400
committerstarkos <none@none>2009-08-18 23:09:17 +0400
commitfa0208431a817cbad1cbac916c62440f90fe693c (patch)
tree7547a52bb799248d93d6eb83150e137910a9c39b /tests/premake4.lua
parent2ec723489b666a5f4742d67d86062ec244c9716f (diff)
Added source file tree builder
Diffstat (limited to 'tests/premake4.lua')
-rw-r--r--tests/premake4.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/premake4.lua b/tests/premake4.lua
index db55315..50d3020 100644
--- a/tests/premake4.lua
+++ b/tests/premake4.lua
@@ -26,6 +26,7 @@
dofile("test_gmake_cpp.lua")
dofile("test_gmake_cs.lua")
dofile("base/test_action.lua")
+ dofile("base/test_tree.lua")
dofile("actions/test_clean.lua")