You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/test/util
Jason Rhinelander 9950adf472 Remove unneeded split(str, char) method
This function had a bug in stable (fixed in dev) when `last` returns
npos, but the function also appears to basically be duplicating what the
next split version can do, so this just removes it and uses the single
more generic split(strview, strview) method.
3 years ago
..
meta Migrate tests from gtest to catch2 3 years ago
thread Migrate tests from gtest to catch2 3 years ago
test_llarp_util_aligned.cpp Replace ::Hash nested structs with std::hash specializations 3 years ago
test_llarp_util_bencode.cpp Migrate tests from gtest to catch2 3 years ago
test_llarp_util_bits.cpp Add gcc5 workaround for catch2 GENERATE(table 4 years ago
test_llarp_util_decaying_hashset.cpp decaying hashset unit test fixes 3 years ago
test_llarp_util_log_level.cpp Migrate tests from gtest to catch2 3 years ago
test_llarp_util_printer.cpp Final abseil purge 4 years ago
test_llarp_util_str.cpp Remove unneeded split(str, char) method 3 years ago