Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-01 | clean up shebangs | Luke Shumaker | |
2014-06-20 | fiddle with file locations | Luke Shumaker | |
I remember now that config.mk's change to ?= was so that xbs Makefiles could override $(binder). That was stupid. | |||
2013-10-15 | testenv: verify that there is a command passed | Luke Shumaker | |
I keep running it without any arguments, thinking that I am now working inside of the test environment, when really it just exited right away with a 0 status. | |||
2013-09-11 | test: tidy up | Luke Shumaker | |
- libremakepkg: set BLACKLIST, as it will be used when checking the PKGBUILD - test-common.sh: make sure that $HOME isn't the default, so we don't trash the user's home directory if accidentally run outside of testenv - testenv: don't worry about adding dest/usr/sbin to the path | |||
2013-09-11 | test: change how we do sudo (to make sure we stay in the test environment) | Luke Shumaker | |
2013-09-11 | test: testenv: clean up, set HOME, don't require user to be in test/ | Luke Shumaker | |
2013-09-11 | Makefile: don't have directory-targets share namespace with project-targets | Luke Shumaker | |
2013-06-23 | mv src/librelib src/lib/ # and split librelib into a separate package | Luke Shumaker | |
2013-06-05 | add a system to skip tests that require networking or sudo. | Luke Shumaker | |
2013-06-05 | testenv: do a better job of cleaning up temorary files | Luke Shumaker | |
2013-06-05 | test/{runtests => testenv}: make it easy to enter a test shell | Luke Shumaker | |
Move 'runtests' to 'testenv', and have it execute the arguments instead of roundup. Have Makefile pass it 'roundup' as an argument. |