Signed-off-by: Lu Guanqun <[email protected]> --- utests/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/utests/CMakeLists.txt b/utests/CMakeLists.txt index 97b7519..4110066 100644 --- a/utests/CMakeLists.txt +++ b/utests/CMakeLists.txt @@ -90,7 +90,7 @@ set (utests_sources compiler_insn_selection_min.cpp compiler_insn_selection_max.cpp compiler_insn_selection_masked_min_max.cpp - compiler_load_bool_imm.cpp + compiler_load_bool_imm.cpp compiler_global_memory_barrier.cpp compiler_local_memory_two_ptr.cpp compiler_local_memory_barrier.cpp @@ -122,7 +122,7 @@ set (utests_sources builtin_acos_asin.cpp runtime_createcontext.cpp runtime_null_kernel_arg.cpp - runtime_event.cpp + runtime_event.cpp compiler_double.cpp compiler_double_2.cpp compiler_double_3.cpp -- 1.7.9.5 _______________________________________________ Beignet mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/beignet
