summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Tests/Complex/Executable/complex.file.cxx4
-rw-r--r--Tests/ComplexOneConfig/Executable/complex.file.cxx4
-rw-r--r--Tests/ComplexRelativePaths/Executable/complex.file.cxx4
3 files changed, 12 insertions, 0 deletions
diff --git a/Tests/Complex/Executable/complex.file.cxx b/Tests/Complex/Executable/complex.file.cxx
new file mode 100644
index 0000000..34d02ea
--- /dev/null
+++ b/Tests/Complex/Executable/complex.file.cxx
@@ -0,0 +1,4 @@
+int main(int , char**)
+{
+ return 0;
+}
diff --git a/Tests/ComplexOneConfig/Executable/complex.file.cxx b/Tests/ComplexOneConfig/Executable/complex.file.cxx
new file mode 100644
index 0000000..34d02ea
--- /dev/null
+++ b/Tests/ComplexOneConfig/Executable/complex.file.cxx
@@ -0,0 +1,4 @@
+int main(int , char**)
+{
+ return 0;
+}
diff --git a/Tests/ComplexRelativePaths/Executable/complex.file.cxx b/Tests/ComplexRelativePaths/Executable/complex.file.cxx
new file mode 100644
index 0000000..34d02ea
--- /dev/null
+++ b/Tests/ComplexRelativePaths/Executable/complex.file.cxx
@@ -0,0 +1,4 @@
+int main(int , char**)
+{
+ return 0;
+}