summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Autogen/exe_relwithdebinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/Autogen/exe_relwithdebinfo.cpp')
-rw-r--r--Tests/RunCMake/Autogen/exe_relwithdebinfo.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/Tests/RunCMake/Autogen/exe_relwithdebinfo.cpp b/Tests/RunCMake/Autogen/exe_relwithdebinfo.cpp
new file mode 100644
index 0000000..aa6c558
--- /dev/null
+++ b/Tests/RunCMake/Autogen/exe_relwithdebinfo.cpp
@@ -0,0 +1,10 @@
+#include <fstream>
+#include <iostream>
+
+#include "exe_common.h"
+
+int main(int argc, char* argv[])
+{
+ std::cout << "running_exe_RelWithDebInfo\n";
+ return runRealExe(argc, argv);
+}