From 96cc9f7650e5af28957dcfed202cf8011c067fc3 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 6 Jun 2010 23:26:32 +0200 Subject: partially fixed on SPARC Solaris 8 --- tests/library/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/library/GNUmakefile b/tests/library/GNUmakefile index 8f13ced..8b5ecc7 100644 --- a/tests/library/GNUmakefile +++ b/tests/library/GNUmakefile @@ -28,4 +28,4 @@ local_distclean: local_test: @echo "Testing loading of a library and executing a function therein.." - @./test_loader >/dev/null + @LD_LIBRARY_PATH=/usr/local/lib ./test_loader >/dev/null -- cgit v1.2.3-54-g00ecf