Skip to content

Commit

Permalink
Add fp16 test
Browse files Browse the repository at this point in the history
  • Loading branch information
samueleAndreoli committed Aug 3, 2018
1 parent 287002d commit 2b9adb6
Show file tree
Hide file tree
Showing 3 changed files with 676 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ foreach(curve ${AMCL_CURVE})
amcl_curve_test(${curve} test_ecp4_arithmetics_${TC} test_ecp4_arithmetics_ZZZ.c.in amcl_pairing_${TC} "SUCCESS" "ecp4/test_vector_${TC}.txt")
elseif(CS STREQUAL "256")
amcl_curve_test(${curve} test_fp8_arithmetics_${TC} test_fp8_arithmetics_YYY.c.in amcl_pairing_${TC} "SUCCESS" "fp8/test_vector_${TC}.txt")
amcl_curve_test(${curve} test_fp16_arithmetics_${TC} test_fp16_arithmetics_YYY.c.in amcl_pairing_${TC} "SUCCESS" "fp16/test_vector_${TC}.txt")
amcl_curve_test(${curve} test_ecp8_arithmetics_${TC} test_ecp8_arithmetics_ZZZ.c.in amcl_pairing_${TC} "SUCCESS" "ecp8/test_vector_${TC}.txt")
endif(CS STREQUAL "128")
amcl_curve_test(${curve} test_pair_${TC} test_pair_ZZZ.c.in amcl_pairing_${TC} "SUCCESS")
Expand Down
Loading

0 comments on commit 2b9adb6

Please sign in to comment.