diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/projects/c++/console/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/c++/precompiled_header/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/c++/shared_library/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/c++/static_library/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/c/console/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/c/precompiled_header/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/c/shared_library/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/c/static_library/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/dlang/console/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/dlang/shared_library/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/go/console/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/go/static_library/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/objc++/console/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/objc/console/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/rust/console/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/rust/static_library/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/swift/console/test.lua | 2 |
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() |
