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-07-16 18:29:08 +0400
committerstarkos <none@none>2009-07-16 18:29:08 +0400
commita0c7b44d2b12fefb4342ef841a9d222b33ba927d (patch)
treef1619574f2d92391e4ab824416176c530d48af05 /tests/premake4.lua
parente5e1e0bdc4a3664fc645a9f63a7c12f64594d191 (diff)
Started refactoring action list
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 d047d85..960b9a0 100644
--- a/tests/premake4.lua
+++ b/tests/premake4.lua
@@ -25,6 +25,7 @@
dofile("test_vs200x_vcproj.lua")
dofile("test_gmake_cpp.lua")
dofile("test_gmake_cs.lua")
+ dofile("base/test_action.lua")
dofile("actions/test_clean.lua")