aboutsummaryrefslogtreecommitdiff
path: root/test/setup_env.sh
AgeCommit message (Collapse)Author
2012-11-07checkbashisms: clean up export statements.Robin H. Johnson
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2012-10-17tests: fix the pathsWilliam Hubbs
When the test suite is being run, we need our local directories in PATH and LD_LIBRARY_PATH before the system directories. This makes sure we run our tests using the currently built tree.
2011-01-18test: You need to run "make" before "make check" will work.Robin H. Johnson
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2011-01-17tests: setup env before reading local filesMike Frysinger
The local files we source might use local binaries (like eval_ecolors), so setup the env first. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-07-03More unit fixes.Roy Marples
2008-04-07Tests now work on NetBSD.Roy Marples
2008-03-24setup a bit of a test frameworkMike Frysinger