From 84c66942372057f593808e19df5fb5876a9bacdc Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Wed, 11 Dec 2019 12:44:30 -0800 Subject: tests: Look for built tartan plugin in builddir The previous code seems to be accidentally looking in the srcdir. --- tests/wrapper-compiler-errors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/wrapper-compiler-errors b/tests/wrapper-compiler-errors index 029787a..8a8aa20 100755 --- a/tests/wrapper-compiler-errors +++ b/tests/wrapper-compiler-errors @@ -24,7 +24,7 @@ input_filename=$1 temp_dir=`mktemp -d`/${abs_top_builddir} tests_dir=`dirname $0` tartan=${tests_dir}/../scripts/tartan -tartan_plugin=${tests_dir}/../clang-plugin/.libs/libtartan.so +tartan_plugin=${abs_top_builddir}/clang-plugin/.libs/libtartan.so echo "Reading input from ${input_filename}." echo "Using temporary directory ${temp_dir}." -- cgit v1.2.3