Commit Graph
297 Commits
Author SHA1 Message Date
Nathan Ross 5ff85de8d9 rm obsolete TODO comment 2015-12-25 19:59:10 -05:00
Nathan Ross a5a93175fe alphabetical ordering for list of progs 2015-12-25 19:58:35 -05:00
Nathan Ross 02a04014c1 default INSTALL to list of progs 2015-12-25 03:05:21 -05:00
Heather 650c55b3a7 Merge pull request #771 from nathanross/busytest-multicall
resolve bug where newer busybox tests would not run, multicall method as suggested in #769
2015-12-25 11:21:05 +04:00
Nathan Ross 0bb971b918 return prefix var 2015-12-25 00:58:37 -05:00
Nathan Ross 23ca60ecd2 fix error in overriding build during install 2015-12-25 00:56:02 -05:00
Nathan Ross a3196319c5 support busybox newer tests through multicall 2015-12-25 00:45:23 -05:00
Nathan Ross 5c88a52c2f destdir revert, more specific clobbering 2015-12-25 00:13:29 -05:00
Nathan Ross d99d5c1338 fixes for linux install see notes
calling install goal overrides utility build settings with utility install settings
calling install goal defaults profile to --release
PROG_PREFIX is now applied to all utilities
modify uutils.rs to make symbolic link bins possible
binary install paths rmd first to prevent errors due to lns
simplify vars for more readable install target
other minor fixes
2015-12-24 00:13:16 -05:00
Michael Gehring d4e0ee0cde expr: add basic tests 2015-12-22 14:10:43 +01:00
Heather c380195f94 Merge pull request #758 from ebfe/https
make: switch download to https
2015-12-22 01:06:03 +04:00
Michael Gehring b050f6ad78 make: switch download to https 2015-12-21 21:38:03 +01:00
Michael Gehring 7649a85e13 make: fix passing empty arguments to busybox tests 2015-12-21 21:22:36 +01:00
Michael Gehring a385a95961 make: fix busybox script 2015-12-21 09:48:14 +01:00
Nathan Ross a0d7910e91 add back busybox test support 2015-12-20 19:48:26 -05:00
Michael Gehring 3b7aad39bf make: add CARGOFLAGS 2015-12-18 23:03:57 +01:00
Joseph Crail cf399faad2 Add initial tests for default values 2015-12-12 16:24:48 -05:00
Joseph Crail d6039c1b22 Remove build for unit tests.
Currently no utility has unit tests, only integration tests.
2015-12-06 22:49:56 -05:00
Joseph Crail 2c8ebb6215 Mark chmod as Unix-only until better Win support. 2015-12-01 01:33:38 -05:00
Michael Gehring 2f4ae615ed comm: add basic tests 2015-11-28 20:51:11 +01:00
Joseph Crail d4e0ea41a3 Fix namespace collision for test.
To avoid linking issues with Rust's libtest, the crate for the test
utility was changed to 'uutest'. However, the user doesn't need to see
this so a few hoops were jumped through to make this transparent.

I also updated the make rules to build the individual features first and
then uutils. This makes 'make && make test' look more organized.
2015-11-27 01:54:18 -05:00
Joseph Crail 7ef6bdbe81 Compile only against needed dependencies. 2015-11-26 17:51:31 -05:00
Joseph Crail 927049548c Clean up whitespace and remove unused aliases. 2015-11-26 17:13:41 -05:00
Joseph Crail 340ad317e1 Remove syntax error from build. 2015-11-26 17:02:55 -05:00
Joseph Crail 2d41e6641c Set build/test make rules to be fail fast. 2015-11-25 17:33:07 -05:00