aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project/msvc.h
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/create_project/msvc.h')
-rw-r--r--devtools/create_project/msvc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/devtools/create_project/msvc.h b/devtools/create_project/msvc.h
index 5a854b596a..b9b93fe109 100644
--- a/devtools/create_project/msvc.h
+++ b/devtools/create_project/msvc.h
@@ -88,6 +88,13 @@ protected:
std::string getPreBuildEvent() const;
/**
+ * Get the command line for the test generator
+ *
+ * @param setup Description of the desired build setup.
+ */
+ std::string getTestPreBuildEvent(const BuildSetup &setup) const;
+
+ /**
* Get the command line for copying data files to the build directory.
*
* @param isWin32 Bitness of property file.