diff options
Diffstat (limited to 'src/tet3/tcc/tcc.h')
-rw-r--r-- | src/tet3/tcc/tcc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tet3/tcc/tcc.h b/src/tet3/tcc/tcc.h index a8d5d86f..05192737 100644 --- a/src/tet3/tcc/tcc.h +++ b/src/tet3/tcc/tcc.h @@ -52,6 +52,9 @@ extern char *tet_execute; /* test suite root on the local system */ extern char *tet_tsroot; +/* test suite name */ +extern char *tet_tsname; + /* test suite root on the local system from the environment ** (defaults to tet_root) */ |