[hit] Rename RUN -> TEST & RUN_NAMED -> TEST_NAMED

Change-Id: I75e24f15129973cee15fc9dac65d678bd2172074
Этот коммит содержится в:
Maneesh Gupta
2019-04-03 11:54:50 +05:30
родитель bfb0524e13
Коммит 9f2d1453fb
121 изменённых файлов: 180 добавлений и 180 удалений
+5 -5
Просмотреть файл
@@ -22,11 +22,11 @@ THE SOFTWARE.
/* HIT_START
* BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS -std=c++11
* RUN_NAMED: %t hipMemcpy-modes --tests 0x1
* RUN_NAMED: %t hipMemcpy-size --tests 0x6
* RUN_NAMED: %t hipMemcpy-dev-offsets --tests 0x10
* RUN_NAMED: %t hipMemcpy-host-offsets --tests 0x20
* RUN_NAMED: %t hipMemcpy-multithreaded --tests 0x8
* TEST_NAMED: %t hipMemcpy-modes --tests 0x1
* TEST_NAMED: %t hipMemcpy-size --tests 0x6
* TEST_NAMED: %t hipMemcpy-dev-offsets --tests 0x10
* TEST_NAMED: %t hipMemcpy-host-offsets --tests 0x20
* TEST_NAMED: %t hipMemcpy-multithreaded --tests 0x8
* HIT_END
*/