From 36644bb9e3e94dfea42e44ab92f48fd120db808f Mon Sep 17 00:00:00 2001 From: LuoXionghu Date: Wed, 16 Jul 2014 09:31:06 +0800 Subject: add utest load_program_from_gen_bin. this test case would check whether genProgramSerializeToBinary in backend can generator gen binary correctly. rename load_program_from_bin to load_program_from_bin_file. the difference is load_program_from_bin_file could either load program from llvm binary or gen binary file generated by gbe_bin_generator. Signed-off-by: LuoXionghu Reviewed-by: Zhigang Gong --- utests/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utests/CMakeLists.txt') diff --git a/utests/CMakeLists.txt b/utests/CMakeLists.txt index 3614c573..561744d2 100644 --- a/utests/CMakeLists.txt +++ b/utests/CMakeLists.txt @@ -171,7 +171,8 @@ set (utests_sources compiler_simd_any.cpp compiler_simd_all.cpp compiler_double_precision.cpp - load_program_from_bin.cpp + load_program_from_bin_file.cpp + load_program_from_gen_bin.cpp get_arg_info.cpp profiling_exec.cpp enqueue_copy_buf.cpp -- cgit v1.2.1