Add test-list.c, a stress-test for mt_list, to ensure there's no concurrency issue. The number of threads is provided on the command line, and it randomly add, removes, or parses the list until it made MAX_ACTION actions (currently 5000000).