LLVM test-suite can reduce executing time by using small data set as input data when SMALL_PROBLEM_SIZE macro is enable.
In term of that, the CMakeLists.txt of test case should copy corresponding data set file to build dir as input data correctly by SMALL_PROBLEM_SIZE macro.
Now the viterbi case does not give appropriate data set so that it fails to run correctly in small data set condition.