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-11 04:11:48 +0400
committerstarkos <none@none>2009-08-11 04:11:48 +0400
commit04aeb84a81f4e71cf1c6c0b53b478642c2a3b417 (patch)
tree8006d3b740822e90bb12fc58f90615f558d9cb16 /tests/premake4.lua
parent18631818d00e91a4f8e880affa2d13458b7b0521 (diff)
Refactored and consolidated action list handling
Diffstat (limited to 'tests/premake4.lua')
-rw-r--r--tests/premake4.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/premake4.lua b/tests/premake4.lua
index 960b9a0..db55315 100644
--- a/tests/premake4.lua
+++ b/tests/premake4.lua
@@ -33,7 +33,8 @@
-- Register a test action
--
- premake.actions["test"] = {
+ newaction {
+ trigger = "test",
description = "Run the automated test suite",
execute = function ()