File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,10 @@ SWIFT_TEST=swift test
88CONFIGURATION =release
99
1010# docker config
11- DOCKER_BUILD_DIR =" .docker.build"
11+ DOCKER_BUILD_DIR =.docker.build
1212# SWIFT_BUILD_IMAGE="swift:5.5.3"
13- SWIFT_BUILD_IMAGE ="helje5/arm64v8-swift-dev:5.5.3"
13+ # SWIFT_BUILD_IMAGE="helje5/arm64v8-swift-dev:5.5.3"
14+ SWIFT_BUILD_IMAGE =swift:6.1
1415SWIFT_DOCKER_BUILD_DIR ="$(DOCKER_BUILD_DIR ) /aarch64-unknown-linux/$(CONFIGURATION ) "
1516# SWIFT_DOCKER_BUILD_DIR="$(DOCKER_BUILD_DIR)/x86_64-unknown-linux/$(CONFIGURATION)"
1617DOCKER_BUILD_PRODUCT ="$(DOCKER_BUILD_DIR ) /$(TOOL_NAME ) "
Original file line number Diff line number Diff line change 1- //
2- // PathTests.swift
3- // Macro
4- //
5- // Created by Helge Heß on 07.09.25.
6- //
7-
81import XCTest
92@testable import MacroCore
103@testable import fs
@@ -44,4 +37,11 @@ final class PathTests: XCTestCase {
4437 XCTAssertEqual ( path. extname ( " archive. " ) , " . " ) // trailing dot, extension
4538 XCTAssertEqual ( path. extname ( " image.gif " ) , " .gif " )
4639 }
40+
41+ static var allTests = [
42+ ( " testBasename " , testBasename ) ,
43+ ( " testBasenameWithDrop " , testBasenameWithDrop ) ,
44+ ( " testDirname " , testDirname ) ,
45+ ( " testExtname " , testExtname )
46+ ]
4747}
You can’t perform that action at this time.
0 commit comments