aboutsummaryrefslogtreecommitdiff
path: root/tests/builtin
AgeCommit message (Expand)AuthorFilesLines
2021-09-28Get rid of C++ modules related code and rename *.mxx files to *.hxxKaren Arutyunov1-21/+5
2021-09-24Fortify tests against NDEBUGKaren Arutyunov1-2/+3
2021-07-06Clear errno before calling strto*() functionsBoris Kolpackov1-0/+1
2021-03-27Fix occasionally failing timeout builtin testKaren Arutyunov1-2/+2
2021-03-26Add regex_replace_parse() overloadsKaren Arutyunov1-3/+3
2020-11-25Allow multiple -e options for sed builtinKaren Arutyunov1-16/+39
2020-11-06Add builtin::timed_wait(), builtin::try_wait(), and pseudo_builtin()Karen Arutyunov3-18/+166
2020-06-19Adapt mv builtin tests to terminology changeKaren Arutyunov1-6/+6
2020-06-11Add date builtinKaren Arutyunov1-0/+48
2020-06-03Add builtin weightKaren Arutyunov1-3/+9
2020-03-17Fix ln builtin not to complete relative target against working directoryKaren Arutyunov1-3/+3
2020-02-06Drop copyright notice from source codeBoris Kolpackov14-14/+0
2019-09-27Add builtins supportKaren Arutyunov15-0/+1992