Karl Zhang | 3de5ab1 | 2021-05-31 11:45:48 +0800 | [diff] [blame] | 1 | ############################## |
| 2 | 'visualStudio'-directory guide |
| 3 | ############################## |
| 4 | |
| 5 | ************ |
| 6 | Introduction |
| 7 | ************ |
| 8 | |
| 9 | This is just things to support running and debug under Microsoft Visual Studio |
| 10 | (Visual Studio is a trademark of Microsoft Corporation). So far, it contains |
| 11 | a "stand-in" for the ``unistd.h`` library, and more specifically, the |
| 12 | ``isatty()`` call in that library, which is used by Lex and YACC. Other |
| 13 | functions may be added later as needed. At some time in the future, an |
| 14 | up-coming "interactive mode" for interactively creating test templates may |
| 15 | need an actual working ``isatty()``, but that's not ready yet. |
| 16 | |
| 17 | ************************************************* |
| 18 | .../tools/tf_fuzz/visualStudio directory contents |
| 19 | ************************************************* |
| 20 | .. code-block:: bash |
| 21 | |
| 22 | unistd.c unistd.h |
| 23 | |
| 24 | -------------- |
| 25 | |
| 26 | *Copyright (c) 2020, Arm Limited. All rights reserved.* |