1 test1: test utvector init/fini
2 test2: test utvector of int, push, next
3 test3: test utvector push, pop, extend
4 test4: test utvector_copy
5 test5: test utvector of utstring
6 test6: test utvector of utstring more ops
7 test7: test utvector of utstring even more ops
8 test8: test utextend past initial size int
9 test9: test utextend past initial size utstring
10 test10: test utvector_pop on empty list (int)
11 test11: test utvector_pop on empty list (utstring)
12 test12: test utvector head/tail (int)
13 test13: test utvector head/tail (utstring)
14 test14: test utvector_shift (int)
15 test15: test utvector_shift (utstring)
16 test16: test utvector_elt
17 test17: test utvector_erase
18 test18: test utvector_erase
19 test19: test utvector_erase