From 33580312b3f5e076da185383c5ef9a18bbd3afc6 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 1 Aug 2003 15:41:47 -0400 Subject: add missing file --- Tests/Complex/Executable/complex.file.cxx | 4 ++++ Tests/ComplexOneConfig/Executable/complex.file.cxx | 4 ++++ Tests/ComplexRelativePaths/Executable/complex.file.cxx | 4 ++++ 3 files changed, 12 insertions(+) create mode 100644 Tests/Complex/Executable/complex.file.cxx create mode 100644 Tests/ComplexOneConfig/Executable/complex.file.cxx create mode 100644 Tests/ComplexRelativePaths/Executable/complex.file.cxx 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; +} -- cgit v0.12