Commit Graph

2 Commits

Author SHA1 Message Date
Jordan Rose
1ffd301e2e [test] Add a testability test that mimics debugging a unit test.
If module A is testable,
and module B depends on the testable bits of module A,
module C should still be able to use B.

Swift SVN r26836
2015-04-01 23:33:10 +00:00
Jordan Rose
c6739b6b6c Add the -enable-testing flag, and serialize it.
This flag indicates that internal APIs within the module should be made
available to client code for testing purposes. Currently does nothing.

Not ready for developer consumption yet, ergo a hidden frontend-only flag.

Part of testability (rdar://problem/17732115)

Swift SVN r26292
2015-03-19 02:20:38 +00:00