blob: 4c2d55c04df5a46ce7166cf73f32c12ae298233b [file] [log] [blame]
# Check that the tool works.
#
# RUN: rm -rf %t.build
# RUN: mkdir -p %t.build
# RUN: cp %s %t.build/build.swift-build
# RUN: %{swift-build-tool} --chdir %t.build > %t.out
# RUN: %{FileCheck} < %t.out %s
#
# CHECK: ECHO
# CHECK: Hello Swift Build Tool
client:
name: swift-build
targets:
"": ["<echo>"]
commands:
C1:
tool: shell
outputs: ["<echo>"]
description: ECHO
args: echo "Hello Swift Build Tool"