lean2/src/tests/util
Leonardo de Moura 157a2b36db feat(lazy_list): add timeout template for lazy_lists
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-11-23 16:27:36 -08:00
..
interval test(util/interval): add more tests 2013-11-19 19:07:09 -08:00
numerics test(numerics/numeric_traits): add missing test 2013-10-28 07:50:33 -07:00
bit_tricks.cpp test(bit_tricks): add tests for log2 2013-09-25 20:58:01 -07:00
buffer.cpp test(buffer): add missing tests 2013-09-29 17:20:32 -07:00
CMakeLists.txt refactor(util/lazy_list): 'lazier' lazy_lists 2013-11-23 15:33:30 -08:00
exception.cpp test(exception): add tests for improving coverage 2013-09-26 08:35:13 -07:00
format.cpp fix(tests/util): use lean_assert_eq 2013-09-25 19:22:36 -07:00
hash.cpp test(hash): add missing tests 2013-09-29 17:20:32 -07:00
lazy_list.cpp feat(lazy_list): add timeout template for lazy_lists 2013-11-23 16:27:36 -08:00
list.cpp feat(util/list): add map_filter template 2013-11-21 17:29:06 -08:00
memory.cpp fix(memory): disable problematic test when tcmalloc is used 2013-09-25 22:39:49 -07:00
name.cpp test(*): add missing tests 2013-11-18 09:13:34 -08:00
optional.cpp feat(util): add optional template 2013-11-23 13:27:22 -08:00
options.cpp Use fullpath in #include directives. 2013-09-12 20:04:10 -07:00
pdeque.cpp Use C++11's <random> in pdeque/pvector tests (cygwin doesn't support rand_r) 2013-09-15 01:38:57 -07:00
pvector.cpp Use C++11's <random> in pdeque/pvector tests (cygwin doesn't support rand_r) 2013-09-15 01:38:57 -07:00
safe_arith.cpp test(safe_arith): add unit tests 2013-09-29 17:20:32 -07:00
scoped_map.cpp refactor(util): make 'util/test.h' the first include 2013-09-25 20:13:05 -07:00
scoped_set.cpp refactor(util): make 'util/test.h' the first include 2013-09-25 20:13:05 -07:00
set.cpp test(set): add set of pointers test 2013-10-22 08:15:36 -07:00
sexpr.cpp feat(util/sexpr): avoid recursion when destructing sexpr's 2013-11-18 17:46:53 -08:00
splay_map.cpp test(*): add missing tests 2013-11-18 09:13:34 -08:00
splay_tree.cpp test(splay_tree): add missing test 2013-09-29 17:28:10 -07:00
thread.cpp feat(util/interrupt): add sleep_for, and simplify request_interrupt 2013-11-22 11:32:12 -08:00
trace.cpp test(trace): add unit test for trace module 2013-09-25 20:30:05 -07:00