summaryrefslogtreecommitdiffstats
path: root/tools/unit-test
diff options
context:
space:
mode:
Diffstat (limited to 'tools/unit-test')
-rw-r--r--tools/unit-test/slang-unit-test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/unit-test/slang-unit-test.h b/tools/unit-test/slang-unit-test.h
index 9e437f072..035f67e33 100644
--- a/tools/unit-test/slang-unit-test.h
+++ b/tools/unit-test/slang-unit-test.h
@@ -37,6 +37,7 @@ struct UnitTestContext
{
slang::IGlobalSession* slangGlobalSession;
const char* workDirectory;
+ const char* executableDirectory;
Slang::RenderApiFlags enabledApis;
};