mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[lit] Add substitutions: %utils and %line-directive
%utils => ${SWIFT_SOURCE_DIR}/utils
%line-directive => ${SWIFT_SOURCE_DIR}/utils/line-directive
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
// RUN: rm -rf %t
|
||||
// RUN: mkdir -p %t
|
||||
// RUN: %S/../../../utils/gyb %s -o %t/main.swift
|
||||
// RUN: %S/../../../utils/line-directive %t/main.swift -- %target-build-swift %t/main.swift -o %t/LazyMapCollection.swift.a.out
|
||||
// RUN: %S/../../../utils/line-directive %t/main.swift -- %target-run %t/LazyMapCollection.swift.a.out
|
||||
// RUN: %gyb %s -o %t/main.swift
|
||||
// RUN: %line-directive %t/main.swift -- %target-build-swift %t/main.swift -o %t/LazyMapCollection.swift.a.out
|
||||
// RUN: %line-directive %t/main.swift -- %target-run %t/LazyMapCollection.swift.a.out
|
||||
// REQUIRES: executable_test
|
||||
|
||||
import StdlibUnittest
|
||||
|
||||
Reference in New Issue
Block a user