citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit b16a79375ea423e9a278a9794c6a549d1899c644
parent dfcaa0a93c9b15574685b8c05c69d419d1595120
Author: kyle <kyle@getaddrinfo.net>
Date:   Sat,  2 Apr 2016 14:23:32 -0600

wrap: let the testsuite pass

Diffstat:
Mwrap/scv_wrap | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/wrap/scv_wrap b/wrap/scv_wrap @@ -3,12 +3,12 @@ script_dir=`dirname ${0}` scv_root=`cd "$script_dir/.."; pwd` -if ! test -d $scv_root/instrument/compilers; then +if ! test -d $scv_root/src/compilers; then echo error: compilers/ directory does not exist exit 1 fi -export SCV_PATH="$scv_root/instrument/compilers" +export SCV_PATH="$scv_root/src/compilers" export PATH="$SCV_PATH:$PATH" export LDFLAGS="-L$scv_root/lib"