Skip to content

Commit

Permalink
GH-962 Add bn256 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Oct 21, 2024
1 parent 85c39bc commit dd8016f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libraries/libfc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
add_subdirectory( secp256k1 )
add_subdirectory( libraries/bn256/src )
set(BN256_ENABLE_TEST ON CACHE BOOL "enable BN256 tests")
add_subdirectory( libraries/bn256 )
add_subdirectory( libraries/bls12-381 )
add_subdirectory( libraries/boringssl )

Expand Down

0 comments on commit dd8016f

Please sign in to comment.