ENH: add support for per file flags
This commit is contained in:
parent
076aafe79a
commit
17b6c98c19
4
Tests/Complex/Library/fileFlags.cxx
Normal file
4
Tests/Complex/Library/fileFlags.cxx
Normal file
@ -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
Tests/ComplexOneConfig/Library/fileFlags.cxx
Normal file
4
Tests/ComplexOneConfig/Library/fileFlags.cxx
Normal file
@ -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
Tests/ComplexRelativePaths/Library/fileFlags.cxx
Normal file
4
Tests/ComplexRelativePaths/Library/fileFlags.cxx
Normal file
@ -0,0 +1,4 @@
|
||||
#ifndef EXTRA_FLAG
|
||||
syntax error EXTRA_FLAG should be defined on the command line for this file
|
||||
#endif
|
||||
int ALLOK;
|
Loading…
x
Reference in New Issue
Block a user