Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/erlang_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ compile_erlang(test_op_bs_create_bin)
compile_assembler(test_op_bs_create_bin_asm)

compile_erlang(bigint)
compile_erlang(bigint_stress)

compile_erlang(test_list_to_bitstring)
compile_erlang(test_lists_member)
Expand Down Expand Up @@ -1143,6 +1144,7 @@ set(erlang_test_beams
test_op_bs_create_bin.beam

bigint.beam
bigint_stress.beam

${OTP23_OR_GREATER_TESTS}
${OTP25_OR_GREATER_TESTS}
Expand Down
Loading
Loading