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-09-29 23:27:33 +0400
committerstarkos <none@none>2009-09-29 23:27:33 +0400
commite7c2cadcd4f9328f6388aae038b5224ecc7cae65 (patch)
tree8160611ea3ddb0090577ce1caf022a386e99e9a9 /tests/premake4.lua
parent221ed5ef1a35ea3187f4420fc2cac9694f99e4d2 (diff)
Fixed os.match() for very large result sets; fixed bug in action tests
Diffstat (limited to 'tests/premake4.lua')
-rw-r--r--tests/premake4.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/premake4.lua b/tests/premake4.lua
index 4583b3a..ab45ce9 100644
--- a/tests/premake4.lua
+++ b/tests/premake4.lua
@@ -39,7 +39,6 @@
dofile("test_dofile.lua")
dofile("test_os.lua")
- dofile("test_path.lua")
dofile("test_string.lua")
dofile("test_table.lua")
dofile("test_premake.lua")
@@ -58,6 +57,7 @@
dofile("test_gmake_cpp.lua")
dofile("test_gmake_cs.lua")
dofile("base/test_action.lua")
+ dofile("base/test_path.lua")
dofile("base/test_tree.lua")
dofile("actions/test_clean.lua")
dofile("actions/test_xcode.lua")