aboutsummaryrefslogtreecommitdiff
path: root/gtests/include/gtest_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtests/include/gtest_helper.h')
-rw-r--r--gtests/include/gtest_helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtests/include/gtest_helper.h b/gtests/include/gtest_helper.h
index e4d704786..d77f542c2 100644
--- a/gtests/include/gtest_helper.h
+++ b/gtests/include/gtest_helper.h
@@ -2,6 +2,8 @@
#include <cstdlib>
#include <string>
+static const char* binary_path = "/data/igt_tests";
+
/**
* @brief Run the testBinary for specific subtest and Pass/Fail/Skip depending on the log.
*