nim-stint/tests
Jacek Sieka 711cda4456
add native nim mode (#142)
* add native nim mode

* don't try to link wasm-c code
2023-09-25 16:49:04 +02:00
..
intx test against intx library 2023-07-07 19:36:50 +07:00
all_tests.nim test against intx library 2023-07-07 19:36:50 +07:00
config.nims cleanup tests 2023-06-14 09:41:01 +07:00
internal.nim Fix #30 - modulo failures (#32) 2018-05-02 17:49:31 +02:00
internal_uint_div.nim add native nim mode (#142) 2023-09-25 16:49:04 +02:00
t_randomized_divmod.nim enable randomized divmod tests 2023-06-23 09:31:27 +07:00
t_randomized_vs_gmp.nim Add randomized testing vs GMP 2023-06-12 17:13:35 +07:00
test_bugfix.nim fix skipPrefixes bug 2023-07-07 12:56:30 +07:00
test_conversion.nim more endians2 implementation and tests 2023-06-20 19:45:49 +07:00
test_features.nim more custom literal tests and overflow check 2023-07-07 17:57:14 +07:00
test_helpers.nim io test 2023-06-14 22:26:44 +07:00
test_int_addsub.nim bug 92 workaround 2023-06-14 13:22:52 +07:00
test_int_bitwise.nim tidying up tests 2023-06-22 22:31:12 +07:00
test_int_comparison.nim tidying up tests 2023-06-22 22:31:12 +07:00
test_int_endianness.nim Corrected package structure 2018-05-08 17:42:42 +03:00
test_int_endians2.nim more endians2 implementation and tests 2023-06-20 19:45:49 +07:00
test_int_exp.nim signed int exp 2023-06-14 08:31:28 +07:00
test_int_initialization.nim rename imp to impl 2023-06-15 14:31:59 +07:00
test_int_modular_arithmetic.nim add signed int modular arithmetic and tests 2023-06-20 21:38:02 +07:00
test_int_muldiv.nim nimvm bug workaround 2023-06-14 17:41:02 +07:00
test_int_signedness.nim signed int initialization 2023-06-13 19:51:49 +07:00
test_io.nim Disable test that crash with debug cpp nimRawSetJmp on nim v2 2023-09-12 21:08:10 +07:00
test_uint_addsub.nim let the tests compileable and run 2023-06-12 21:07:15 +07:00
test_uint_bitops2.nim cosmetics changes 2019-10-23 21:55:47 +09:00
test_uint_bitwise.nim let the tests compileable and run 2023-06-12 21:07:15 +07:00
test_uint_comparison.nim fix style type 2023-06-14 09:52:56 +07:00
test_uint_divmod.nim tidying up tests 2023-06-22 22:31:12 +07:00
test_uint_endianness.nim Corrected package structure 2018-05-08 17:42:42 +03:00
test_uint_endians2.nim more endians2 implementation and tests 2023-06-20 19:45:49 +07:00
test_uint_exp.nim cleanup some code 2023-06-14 08:06:44 +07:00
test_uint_modular_arithmetic.nim tidying up tests 2023-06-22 22:31:12 +07:00
test_uint_mul.nim let the tests compileable and run 2023-06-12 21:07:15 +07:00
test_vs_intx.nim test against intx library 2023-07-07 19:36:50 +07:00