From f7df12564a5aa5b7d144386355ede8b44b429601 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 15 Jun 2013 18:01:59 -0600 Subject: mv src/librelib src/lib/ # and split librelib into a separate package --- test/testenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/testenv') diff --git a/test/testenv b/test/testenv index 0448e33..423eda5 100755 --- a/test/testenv +++ b/test/testenv @@ -18,7 +18,7 @@ export TMPDIR="$(mktemp --tmpdir -d libretools-test.XXXXXXXXXX)" trap "rm -rf '$TMPDIR'" EXIT # Set up the install to work with destdir=$TMPDIR/destdir -make -C .. install DESTDIR=$destdir &>/dev/null || { +make -C .. install-librelib install DESTDIR=$destdir &>/dev/null || { echo 'error creating local install, cannot run tests' exit 1 } -- cgit v1.2.2