diff options
Diffstat (limited to 'source/core/slang-test-tool-util.h')
| -rw-r--r-- | source/core/slang-test-tool-util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/core/slang-test-tool-util.h b/source/core/slang-test-tool-util.h index a5d7541ec..9df2a6d6a 100644 --- a/source/core/slang-test-tool-util.h +++ b/source/core/slang-test-tool-util.h @@ -46,6 +46,9 @@ struct TestToolUtil /// Given a slang result, returns a return code that can be returned from an executable static ToolReturnCode getReturnCode(SlangResult res); + + /// Sets the default preludes on the session based on the executable path + static SlangResult setSessionDefaultPrelude(const char* exePath, slang::IGlobalSession* session); }; } // namespace Slang |
