Forráskód Böngészése

ENH: add missing file

Bill Hoffman 21 éve
szülő
commit
5c26f29ed7

+ 4 - 0
Tests/Complex/Executable/A.cxx

@@ -0,0 +1,4 @@
+int main()
+{
+  return 10;
+}

+ 4 - 0
Tests/ComplexOneConfig/Executable/A.cxx

@@ -0,0 +1,4 @@
+int main()
+{
+  return 10;
+}

+ 4 - 0
Tests/ComplexRelativePaths/Executable/A.cxx

@@ -0,0 +1,4 @@
+int main()
+{
+  return 10;
+}