Merge pull request #6408 from hedaoyuan/fix_bug

Fix compile error in android.
del_some_in_makelist
hedaoyuan 8 years ago committed by GitHub
commit ef45af113a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,4 +34,4 @@ add_simple_unittest(test_FPException)
add_simple_unittest(test_GpuProfiler)
add_simple_unittest(test_BaseMatrix)
add_simple_unittest(test_Matrix)
cc_test(test_float16 SRCS test_float16.cpp)
add_simple_unittest(test_float16)

Loading…
Cancel
Save