nim-stint/tests
Jacek Sieka 0101f4c449
fix compile-time hash, port to unittest2
* enable compile-time testing for most of the test suite (some parts
that were skipping things turned out to be bugs)
* port to unittest2 and use its recent compile-time testing support
2023-09-27 10:55:57 +02:00
..
intx test against intx library 2023-07-07 19:36:50 +07:00
all_tests.nim fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00
config.nims fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00
internal.nim Fix #30 - modulo failures (#32) 2018-05-02 17:49:31 +02:00
internal_uint_div.nim fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00
t_randomized_divmod.nim fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00
t_randomized_vs_gmp.nim fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00
test_bugfix.nim fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00
test_conversion.nim fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00
test_features.nim fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00
test_int_addsub.nim fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00
test_int_bitwise.nim fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00
test_int_comparison.nim fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00
test_int_endianness.nim fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00
test_int_exp.nim fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00
test_int_initialization.nim fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00
test_int_modular_arithmetic.nim fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00
test_int_muldiv.nim fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00
test_int_signedness.nim fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00
test_io.nim fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00
test_uint_addsub.nim fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00
test_uint_bitops2.nim fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00
test_uint_bitwise.nim fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00
test_uint_comparison.nim fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00
test_uint_divmod.nim fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00
test_uint_endianness.nim fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00
test_uint_endians2.nim fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00
test_uint_exp.nim fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00
test_uint_modular_arithmetic.nim fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00
test_uint_mul.nim fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00
test_vs_intx.nim fix compile-time hash, port to unittest2 2023-09-27 10:55:57 +02:00