mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
6 lines
106 B
Bash
Executable File
6 lines
106 B
Bash
Executable File
for test in test/Interpreter/SDK/*; do
|
|
echo `basename $test`":"
|
|
time swift -parse "$test"
|
|
echo
|
|
done
|