Skip to content

Commit f657254

Browse files
committed
Merge pull request #1914 from bettio/bigint_stress
Add comprehensive bigint stress tests These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents 7b5409a + d2c5528 commit f657254

File tree

3 files changed

+1132
-0
lines changed

3 files changed

+1132
-0
lines changed

tests/erlang_tests/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@ compile_erlang(test_op_bs_create_bin)
609609
compile_assembler(test_op_bs_create_bin_asm)
610610

611611
compile_erlang(bigint)
612+
compile_erlang(bigint_stress)
612613

613614
compile_erlang(test_list_to_bitstring)
614615
compile_erlang(test_lists_member)
@@ -1143,6 +1144,7 @@ set(erlang_test_beams
11431144
test_op_bs_create_bin.beam
11441145

11451146
bigint.beam
1147+
bigint_stress.beam
11461148

11471149
${OTP23_OR_GREATER_TESTS}
11481150
${OTP25_OR_GREATER_TESTS}

0 commit comments

Comments
 (0)