Nik Dewally | bc9e194 | 2024-07-02 17:00:15 +0100 | [diff] [blame] | 1 | ###################################### |
| 2 | 'tfz-cpp/visualStudio'-directory guide |
| 3 | ###################################### |
Karl Zhang | 3de5ab1 | 2021-05-31 11:45:48 +0800 | [diff] [blame] | 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 | |
Nik Dewally | bc9e194 | 2024-07-02 17:00:15 +0100 | [diff] [blame] | 17 | *********************************************** |
| 18 | tf_fuzz/tfz-cpp/visualStudio directory contents |
| 19 | *********************************************** |
Karl Zhang | 3de5ab1 | 2021-05-31 11:45:48 +0800 | [diff] [blame] | 20 | .. code-block:: bash |
| 21 | |
| 22 | unistd.c unistd.h |
| 23 | |
| 24 | -------------- |
| 25 | |
| 26 | *Copyright (c) 2020, Arm Limited. All rights reserved.* |