[HIPIFY][tests] Add more suffixes to lit config

[ROCm/hip commit: 58faf1ddc9]
Tá an tiomantas seo le fáil i:
Evgeny Mankov
2018-01-16 16:40:31 +03:00
tuismitheoir 504755669b
tiomantas 02bd6e89eb
+1 -1
Féach ar an gComhad
@@ -13,7 +13,7 @@ import lit.util
config.name = 'hipify'
# suffixes: CUDA source is only supported
config.suffixes = ['.cu']
config.suffixes = ['.cu','.cuh','.cpp','.c','.hpp','.h']
# testFormat: The test format to use to interpret tests.
config.test_format = lit.formats.ShTest()