1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
# tests.mk
TESTS = cmd_servlist.run\
cmd_squery.run\
cmd_znc.run\
crypt.run\
destroy_null_bytes.run\
getuser.run\
icb_send_pm.run\
int_diff.run\
int_sum.run\
isValid.run\
is_alphabetic.run\
is_cjk.run\
is_numeric.run\
printtext_convert_wc.run\
realloc_strcat.run\
rot13.run\
size_product.run\
squeeze.run\
squeeze_text_deco.run\
squeeze_text_deco_wide.run\
strColor.run\
strFeed.run\
strToLower.run\
strToUpper.run\
strdup_printf.run\
sw_snprintf.run\
sw_strcat.run\
sw_strcpy.run\
sw_strdup.run\
sw_wcscat.run\
sw_wcscpy.run\
trim.run\
write_to_stream.run\
xstrnlen.run\
xwcswidth.run
|