Merge pull request #322 from emankov/testing

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

[ROCm/clr commit: 1c028868fc]
Αυτή η υποβολή περιλαμβάνεται σε:
Evgeny Mankov
2018-01-16 19:18:34 +03:00
υποβλήθηκε από GitHub
γονέας 90a0d88809 dea3b9ed95
υποβολή 8bca10e8ad
@@ -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()