test-lib.inc revision 458d877d84f62005e0ffc338f8591a8e2a36adad
6335b1be387359ac461b0c34087bbba98a925a49Phil Carmody/* This file may be multiply-included, with different definitions of
6335b1be387359ac461b0c34087bbba98a925a49Phil Carmody 'TEST()' macro. This is sometimes called "the X trick" (as the
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_aqueue)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_array)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyFATAL(fatal_array)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_base32)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_base64)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_bits)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_bsearch_insert_pos)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_buffer)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_crc32)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_data_stack)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyFATAL(fatal_data_stack)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_failures)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_guid)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_hash)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_hash_format)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_hash_method)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_hex_binary)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_ioloop)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_iso8601_date)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_iostream_temp)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_istream)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_istream_base64_decoder)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_istream_base64_encoder)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_istream_chain)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_istream_concat)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_istream_crlf)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_istream_failure_at)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_istream_seekable)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_istream_tee)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_istream_unix)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_json_parser)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_json_tree)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_llist)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_log_throttle)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_mempool_alloconly)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyFATAL(fatal_mempool)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_net)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_numpack)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_ostream_escaped)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_ostream_failure_at)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_ostream_file)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_pkcs5_pbkdf2)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_primes)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_printf_format_fix)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyFATAL(fatal_printf_format_fix)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_priorityq)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_seq_range_array)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_str)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_strescape)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_strfuncs)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_strnum)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_str_find)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_str_sanitize)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_str_table)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_time_util)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_timing)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_unichar)
458d877d84f62005e0ffc338f8591a8e2a36adadStephan BoschTEST(test_uri)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_utc_mktime)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_var_expand)
6335b1be387359ac461b0c34087bbba98a925a49Phil CarmodyTEST(test_wildcard_match)