Commit graph

963 commits

Author SHA1 Message Date
Heather 9339bbe50d Merge pull request #762 from ebfe/expr-and-or
expr: implement '|' and '&'
2015-12-22 17:20:58 +04:00
Heather 88710fa01d Merge pull request #760 from ebfe/disable-stdbuf
tests/stdbuf: disable on non-linux os
2015-12-22 17:20:24 +04:00
Michael Gehring d4e0ee0cde expr: add basic tests 2015-12-22 14:10:43 +01:00
Michael Gehring 1fc698a17f tests/stdbuf: disable on non-linux os 2015-12-22 12:55:51 +01:00
Michael Gehring ec1ec84f0c tests/env: don't assume vars are ordered 2015-12-22 12:44:05 +01:00
Michael Gehring cb4f6a2978 dirname: add some tests 2015-12-21 11:17:37 +01:00
Joseph Crail cf399faad2 Add initial tests for default values 2015-12-12 16:24:48 -05:00
Michael Gehring 2f4ae615ed comm: add basic tests 2015-11-28 20:51:11 +01:00
Michael Gehring 9365e100d9 Merge pull request #723 from jbcrail/cleanup
Fix whitespace, unused file, and warnings.
2015-11-25 10:20:46 +01:00
Joseph Crail 80f83ce15d Remove unused file. 2015-11-25 04:05:12 -05:00
Michael Gehring e7398b3ca7 sum: fix sysv_stdin testcase 2015-11-25 09:58:58 +01:00
Joseph Crail ca1074201f Split utility files into separate library.
Everything in src/common has been moved to src/uucore. This is defined
as a Cargo library, instead of directly included. This gives us
flexibility to make the library an external crate in the future.

Fixes #717.
2015-11-24 22:20:27 -05:00
Nathan Ross a21c54e2cd rewrite tests for cargo compat, decoupled directory, output handling 2015-11-23 02:04:15 -05:00