Adding forgotten test file

This commit is contained in:
Strahinja Val Markovic 2013-10-08 19:02:20 -07:00
parent 3d55748400
commit 3dbd407f7a

View File

@ -0,0 +1,5 @@
def FlagsForFile( filename ):
return {
'flags': ['-x', 'c++'],
'do_cache': True
}