Skip to content

Commit e1247d8

Browse files
committed
Fix compile error in android.
1 parent 00b64f6 commit e1247d8

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)