From ed2b7e5ef1626c0d6318b6ea71897efbb4356277 Mon Sep 17 00:00:00 2001 From: Julian Sikorski Date: Sun, 29 Sep 2019 15:30:18 +0200 Subject: Synced with GENie upstream revision e78d6c1 (#5631) * Synced with GENie upstream revision e78d6c1 * Add Visual Studio 2019 support * Fix hardcoded -m64 * Switch appveyor to Visual Studio 2019 * Fix genie being built as 32-bit * MSVC build is known to be broken currently. Let it fail until all the known issues are fixed. * Update the packages before building * Build with 3 threads Appveyor VMs have only 2 cores and 8 GB RAM. * Enable caching of pacman cache --- .../tests/actions/xcode/test_file_references.lua | 49 ---------------------- 1 file changed, 49 deletions(-) delete mode 100644 3rdparty/genie/tests/actions/xcode/test_file_references.lua (limited to '3rdparty/genie/tests/actions/xcode/test_file_references.lua') diff --git a/3rdparty/genie/tests/actions/xcode/test_file_references.lua b/3rdparty/genie/tests/actions/xcode/test_file_references.lua deleted file mode 100644 index 5cbd9e7b06c..00000000000 --- a/3rdparty/genie/tests/actions/xcode/test_file_references.lua +++ /dev/null @@ -1,49 +0,0 @@ --- --- tests/actions/xcode/test_file_references.lua --- Verify generation of PBXFileReference section of Xcode project --- Copyright (c) 2011 Jason Perkins and the Premake project --- - - T.xcode3_filerefs = { } - local suite = T.xcode3_filerefs - local xcode = premake.xcode - - --- --- Setup and teardown --- - - local sln - - function suite.setup() - _ACTION = "xcode3" - xcode.used_ids = { } -- reset the list of generated IDs - sln = test.createsolution() - end - - local function prepare() - premake.bake.buildconfigs() - xcode.preparesolution(sln) - local prj = premake.solution.getproject(sln, 1) - tr = xcode.buildprjtree(prj) - xcode.PBXFileReference(tr) - end - - --- --- Bug #3410213: regression in xcode generation in 4.4 beta3 --- When a location has been set on a project, a file at the top of --- the source tree (i.e. not in a folder) should use the relative --- path to the project. --- - - function suite.canFindFile_onLocationSet() - location "build" - files "hello.c" - prepare() - test.capture [[ -/* Begin PBXFileReference section */ - [hello.c] /* hello.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "hello.c"; path = "../hello.c"; sourceTree = ""; }; - ]] - end - -- cgit v1.2.3-70-g09d2