[test] Add %target-run-simple-swiftgyb

* Utilize %target-run-simple-swiftgyb where possible
This commit is contained in:
rintaro ishizaki
2016-06-14 13:26:01 +09:00
parent 6e4792cb5b
commit 4b51d85abb
26 changed files with 57 additions and 119 deletions

View File

@@ -1,8 +1,4 @@
// RUN: rm -f %t.swift %t.out
// RUN: %gyb %s -o %t.swift
// RUN: %line-directive %t.swift -- %target-build-swift %t.swift -o %t.out
// RUN: %line-directive %t.swift -- %target-run %t.out
// RUN: %target-run-simple-swiftgyb
// REQUIRES: executable_test
import StdlibUnittest