summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2018-04-28 00:48:57 +0800
committerruki <[email protected]>2018-04-27 22:53:46 +0800
commita8de3851db4596175bb259013b4fcab326961407 (patch)
tree69995f0d4d52e91e48423cc7819fab41ed1202fc
parent119dd6ff5786ef7a390b98b0558554029113f0dd (diff)
fix test.lua for build projects
-rw-r--r--tests/projects/c++/console/test.lua2
-rw-r--r--tests/projects/c++/precompiled_header/test.lua2
-rw-r--r--tests/projects/c++/shared_library/test.lua2
-rw-r--r--tests/projects/c++/static_library/test.lua2
-rw-r--r--tests/projects/c/console/test.lua2
-rw-r--r--tests/projects/c/precompiled_header/test.lua2
-rw-r--r--tests/projects/c/shared_library/test.lua2
-rw-r--r--tests/projects/c/static_library/test.lua2
-rw-r--r--tests/projects/dlang/console/test.lua2
-rw-r--r--tests/projects/dlang/shared_library/test.lua2
-rw-r--r--tests/projects/go/console/test.lua2
-rw-r--r--tests/projects/go/static_library/test.lua2
-rw-r--r--tests/projects/objc++/console/test.lua2
-rw-r--r--tests/projects/objc/console/test.lua2
-rw-r--r--tests/projects/rust/console/test.lua2
-rw-r--r--tests/projects/rust/static_library/test.lua2
-rw-r--r--tests/projects/swift/console/test.lua2
17 files changed, 17 insertions, 17 deletions
diff --git a/tests/projects/c++/console/test.lua b/tests/projects/c++/console/test.lua
index 1ff9219ba..84f48ef1c 100644
--- a/tests/projects/c++/console/test.lua
+++ b/tests/projects/c++/console/test.lua
@@ -1,5 +1,5 @@
-- imports
-import("..build")
+import("...build")
-- main entry
function main()
diff --git a/tests/projects/c++/precompiled_header/test.lua b/tests/projects/c++/precompiled_header/test.lua
index 1ff9219ba..84f48ef1c 100644
--- a/tests/projects/c++/precompiled_header/test.lua
+++ b/tests/projects/c++/precompiled_header/test.lua
@@ -1,5 +1,5 @@
-- imports
-import("..build")
+import("...build")
-- main entry
function main()
diff --git a/tests/projects/c++/shared_library/test.lua b/tests/projects/c++/shared_library/test.lua
index 1ff9219ba..84f48ef1c 100644
--- a/tests/projects/c++/shared_library/test.lua
+++ b/tests/projects/c++/shared_library/test.lua
@@ -1,5 +1,5 @@
-- imports
-import("..build")
+import("...build")
-- main entry
function main()
diff --git a/tests/projects/c++/static_library/test.lua b/tests/projects/c++/static_library/test.lua
index 1ff9219ba..84f48ef1c 100644
--- a/tests/projects/c++/static_library/test.lua
+++ b/tests/projects/c++/static_library/test.lua
@@ -1,5 +1,5 @@
-- imports
-import("..build")
+import("...build")
-- main entry
function main()
diff --git a/tests/projects/c/console/test.lua b/tests/projects/c/console/test.lua
index 1ff9219ba..84f48ef1c 100644
--- a/tests/projects/c/console/test.lua
+++ b/tests/projects/c/console/test.lua
@@ -1,5 +1,5 @@
-- imports
-import("..build")
+import("...build")
-- main entry
function main()
diff --git a/tests/projects/c/precompiled_header/test.lua b/tests/projects/c/precompiled_header/test.lua
index 1ff9219ba..84f48ef1c 100644
--- a/tests/projects/c/precompiled_header/test.lua
+++ b/tests/projects/c/precompiled_header/test.lua
@@ -1,5 +1,5 @@
-- imports
-import("..build")
+import("...build")
-- main entry
function main()
diff --git a/tests/projects/c/shared_library/test.lua b/tests/projects/c/shared_library/test.lua
index 1ff9219ba..84f48ef1c 100644
--- a/tests/projects/c/shared_library/test.lua
+++ b/tests/projects/c/shared_library/test.lua
@@ -1,5 +1,5 @@
-- imports
-import("..build")
+import("...build")
-- main entry
function main()
diff --git a/tests/projects/c/static_library/test.lua b/tests/projects/c/static_library/test.lua
index 1ff9219ba..84f48ef1c 100644
--- a/tests/projects/c/static_library/test.lua
+++ b/tests/projects/c/static_library/test.lua
@@ -1,5 +1,5 @@
-- imports
-import("..build")
+import("...build")
-- main entry
function main()
diff --git a/tests/projects/dlang/console/test.lua b/tests/projects/dlang/console/test.lua
index 82d2b61eb..ba71889a5 100644
--- a/tests/projects/dlang/console/test.lua
+++ b/tests/projects/dlang/console/test.lua
@@ -1,5 +1,5 @@
-- imports
-import("..build")
+import("...build")
-- main entry
function main()
diff --git a/tests/projects/dlang/shared_library/test.lua b/tests/projects/dlang/shared_library/test.lua
index 82d2b61eb..ba71889a5 100644
--- a/tests/projects/dlang/shared_library/test.lua
+++ b/tests/projects/dlang/shared_library/test.lua
@@ -1,5 +1,5 @@
-- imports
-import("..build")
+import("...build")
-- main entry
function main()
diff --git a/tests/projects/go/console/test.lua b/tests/projects/go/console/test.lua
index 82d2b61eb..ba71889a5 100644
--- a/tests/projects/go/console/test.lua
+++ b/tests/projects/go/console/test.lua
@@ -1,5 +1,5 @@
-- imports
-import("..build")
+import("...build")
-- main entry
function main()
diff --git a/tests/projects/go/static_library/test.lua b/tests/projects/go/static_library/test.lua
index 82d2b61eb..ba71889a5 100644
--- a/tests/projects/go/static_library/test.lua
+++ b/tests/projects/go/static_library/test.lua
@@ -1,5 +1,5 @@
-- imports
-import("..build")
+import("...build")
-- main entry
function main()
diff --git a/tests/projects/objc++/console/test.lua b/tests/projects/objc++/console/test.lua
index be0449702..08bb16360 100644
--- a/tests/projects/objc++/console/test.lua
+++ b/tests/projects/objc++/console/test.lua
@@ -1,5 +1,5 @@
-- imports
-import("..build")
+import("...build")
-- main entry
function main()
diff --git a/tests/projects/objc/console/test.lua b/tests/projects/objc/console/test.lua
index be0449702..08bb16360 100644
--- a/tests/projects/objc/console/test.lua
+++ b/tests/projects/objc/console/test.lua
@@ -1,5 +1,5 @@
-- imports
-import("..build")
+import("...build")
-- main entry
function main()
diff --git a/tests/projects/rust/console/test.lua b/tests/projects/rust/console/test.lua
index 82d2b61eb..ba71889a5 100644
--- a/tests/projects/rust/console/test.lua
+++ b/tests/projects/rust/console/test.lua
@@ -1,5 +1,5 @@
-- imports
-import("..build")
+import("...build")
-- main entry
function main()
diff --git a/tests/projects/rust/static_library/test.lua b/tests/projects/rust/static_library/test.lua
index 82d2b61eb..ba71889a5 100644
--- a/tests/projects/rust/static_library/test.lua
+++ b/tests/projects/rust/static_library/test.lua
@@ -1,5 +1,5 @@
-- imports
-import("..build")
+import("...build")
-- main entry
function main()
diff --git a/tests/projects/swift/console/test.lua b/tests/projects/swift/console/test.lua
index be0449702..08bb16360 100644
--- a/tests/projects/swift/console/test.lua
+++ b/tests/projects/swift/console/test.lua
@@ -1,5 +1,5 @@
-- imports
-import("..build")
+import("...build")
-- main entry
function main()