Skip to content

Commit ef45af1

Browse files
authored
Merge pull request #6408 from hedaoyuan/fix_bug
Fix compile error in android.
2 parents 5ba231d + e1247d8 commit ef45af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/math/tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ add_simple_unittest(test_FPException)
3434
add_simple_unittest(test_GpuProfiler)
3535
add_simple_unittest(test_BaseMatrix)
3636
add_simple_unittest(test_Matrix)
37-
cc_test(test_float16 SRCS test_float16.cpp)
37+
add_simple_unittest(test_float16)

0 commit comments

Comments
 (0)