aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2020-11-07Added signaled_suite global to avoid test segfaultCharles Cabergs
2020-10-21Cleaning Makfile, Fixing missing TO_STRING in ft_atoi_base testCharles Cabergs
2020-10-06Enabling ft_write/ft_read segfault test know that I know that it's not the ↵Charles Cabergs
test fault
2020-06-18Disabling ft_write and ft_read segfault test until I have access to a Mac to ↵Charles
fix the weird stuff with errno and fork
2020-05-04Adding errno checking according to new subject (#2)errnoCharles
prettier compatible with python < 3.6 removed unaccurate test for ft_read
2020-04-13Added argument precsion in error message for all function but ft_strdup, ↵Charles
Changed function prototype style
2020-04-12Printing ft_strlen and ft_strcmp arguments on failed testCharles
2020-02-23Added ft_write.s ft_read.s error testCharles
2020-02-08School headers and ft_list_remove_if.s testsCharles
2020-02-08Added ft_list_sort.s tests and school headers on all filesCharles
2020-02-06Added ft_list_size and ft_list_push_front testCharles
2020-01-14Linux portability, moved tests to test/ dirCharles