From 17b6c98c1929b16ec758231e7a5e3b370c1b7d27 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 4 Mar 2002 15:00:19 -0500 Subject: [PATCH] ENH: add support for per file flags --- Tests/Complex/Library/fileFlags.cxx | 4 ++++ Tests/ComplexOneConfig/Library/fileFlags.cxx | 4 ++++ Tests/ComplexRelativePaths/Library/fileFlags.cxx | 4 ++++ 3 files changed, 12 insertions(+) create mode 100644 Tests/Complex/Library/fileFlags.cxx create mode 100644 Tests/ComplexOneConfig/Library/fileFlags.cxx create mode 100644 Tests/ComplexRelativePaths/Library/fileFlags.cxx diff --git a/Tests/Complex/Library/fileFlags.cxx b/Tests/Complex/Library/fileFlags.cxx new file mode 100644 index 000000000..c766daa74 --- /dev/null +++ b/Tests/Complex/Library/fileFlags.cxx @@ -0,0 +1,4 @@ +#ifndef EXTRA_FLAG +syntax error EXTRA_FLAG should be defined on the command line for this file +#endif +int ALLOK; diff --git a/Tests/ComplexOneConfig/Library/fileFlags.cxx b/Tests/ComplexOneConfig/Library/fileFlags.cxx new file mode 100644 index 000000000..c766daa74 --- /dev/null +++ b/Tests/ComplexOneConfig/Library/fileFlags.cxx @@ -0,0 +1,4 @@ +#ifndef EXTRA_FLAG +syntax error EXTRA_FLAG should be defined on the command line for this file +#endif +int ALLOK; diff --git a/Tests/ComplexRelativePaths/Library/fileFlags.cxx b/Tests/ComplexRelativePaths/Library/fileFlags.cxx new file mode 100644 index 000000000..c766daa74 --- /dev/null +++ b/Tests/ComplexRelativePaths/Library/fileFlags.cxx @@ -0,0 +1,4 @@ +#ifndef EXTRA_FLAG +syntax error EXTRA_FLAG should be defined on the command line for this file +#endif +int ALLOK;