OLD | NEW |
1 <!--- | 1 <!--- |
2 Copyright (c) 2015, the Dartino project authors. Please see the AUTHORS file | 2 Copyright (c) 2015, the Dartino project authors. Please see the AUTHORS file |
3 for details. All rights reserved. Use of this source code is governed by a | 3 for details. All rights reserved. Use of this source code is governed by a |
4 BSD-style license that can be found in the LICENSE.md file. | 4 BSD-style license that can be found in the LICENSE.md file. |
5 --> | 5 --> |
6 | 6 |
7 Files in this directory is aren't really dart files. We use them to | 7 Files in this directory is aren't really dart files. We use them to |
8 trigger actually running executable tests. The binary and options to | 8 trigger actually running executable tests. The binary and options to |
9 pass in are given as: | 9 pass in are given as: |
10 ``` | 10 ``` |
11 // FletchCCOptions=EXECUTABLE SPACE_SEPARATED_OPTIONS | 11 // DartinoCCOptions=EXECUTABLE SPACE_SEPARATED_OPTIONS |
12 ``` | 12 ``` |
OLD | NEW |