Просмотр исходного кода

ENH: add support for per file flags

Bill Hoffman 24 лет назад
Родитель
Сommit
17b6c98c19

+ 4 - 0
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;

+ 4 - 0
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;

+ 4 - 0
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;