Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <unknown>2009-01-12 22:42:49 +0300
committerstarkos <unknown>2009-01-12 22:42:49 +0300
commitbaa14235dac7459b00559c5b6301fd9c0a806596 (patch)
treebf2428964b173059d00ab9b9461b6f75ed2d3677 /tests/test_targets.lua
parent8a20a334fa44540290be40f54a8e223afe153410 (diff)
Fixed bug in target tests
Diffstat (limited to 'tests/test_targets.lua')
-rw-r--r--tests/test_targets.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_targets.lua b/tests/test_targets.lua
index b9c7cb2..2c6ca7a 100644
--- a/tests/test_targets.lua
+++ b/tests/test_targets.lua
@@ -13,6 +13,7 @@
cfg.location = "."
cfg.language = "C++"
cfg.project = { name = "MyProject" }
+ cfg.flags = { }
end