kfdtest: Add gfx1012 initial test coverage

Change-Id: I983d4dd6c17b2eaadd5abf4b71e090a14cace303
Signed-off-by: Yong Zhao <Yong.Zhao@amd.com>


[ROCm/ROCR-Runtime commit: baa2957895]
This commit is contained in:
Yong Zhao
2019-09-04 19:14:33 -04:00
committed by Yong Zhao
parent 7f5a93ef2a
commit c3a66a975b
2 changed files with 10 additions and 0 deletions
@@ -75,6 +75,7 @@ getFilter() {
raven ) FILTER="--gtest_filter=$RAVEN_TESTS_BLACKLIST" ;;
arcturus ) FILTER="--gtest_filter=$ARCT_TESTS_BLACKLIST" ;;
navi10 ) FILTER="--gtest_filter=$NAVI10_TESTS_BLACKLIST" ;;
navi14 ) FILTER="--gtest_filter=$NAVI14_TESTS_BLACKLIST" ;;
core ) FILTER="--gtest_filter=$CORE_TESTS" ;;
pm ) FILTER="--gtest_filter=$PM_TESTS" ;;
all ) FILTER="" ;;