Run tests in optimize test modes

This runs all files that have a target-build-swift or target-run-stdlib-swift
RUN line in optimize test mode.

Swift SVN r29206
This commit is contained in:
Arnold Schwaighofer
2015-06-01 21:23:31 +00:00
parent 9b7d2aac4e
commit 3643c614a3
93 changed files with 279 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
// Also run this test in optimize test modes.
// REQUIRES: optimize_test
// RUN: rm -rf %t
// RUN: mkdir -p %t
// RUN: %target-build-swift %s -o %t/a.out