fix tests

This commit is contained in:
ttroy50
2016-02-14 11:51:10 +00:00
parent 34f9797448
commit 08d23564d4

View File

@@ -2,7 +2,7 @@
# Ubuntu supports multiple versions of clang to be installed at the same time.
# The tests need to determin the clang binary before calling cmake
clang_bin=`which clang`
clang_xx_bin="which clang++"
clang_xx_bin=`which clang++`
if [ -z $clang_bin ]; then
clang_ver=`dpkg --get-selections | grep clang | grep -v -m1 libclang | cut -f1 | cut -d '-' -f2`