Add test cases for SECTION UNION defining multiple identical labels (#1349)

Exported labels should fail to link; non-exported ones should be okay.
This commit is contained in:
Sylvie
2024-03-13 13:34:44 -04:00
committed by GitHub
parent 188fcfdd64
commit 68f6ab5c32
12 changed files with 87 additions and 4 deletions

View File

@@ -276,6 +276,7 @@ jobs:
path: |
test/gfx/randtilegen.exe
test/gfx/rgbgfx_test.exe
test/link/unmangle.exe
windows-mingw-testing:
needs: windows-mingw-build
@@ -296,7 +297,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: testing-programs-mingw-win${{ matrix.bits }}
path: test/gfx
path: test
- name: Extract binaries
shell: bash
run: |