diff --git a/debian/rules b/debian/rules index e6a86f18..df48a259 100755 --- a/debian/rules +++ b/debian/rules @@ -262,8 +262,8 @@ override_dh_auto_test: # clang tests cd $(TARGET_BUILD)/ && $(MAKE) -C tools/clang/ test || true - if test $(LLDB_ENABLE) = yes; then \ # lldb tests + if test $(LLDB_ENABLE) = yes; then \ cd $(TARGET_BUILD)/Release/lib/python2.7/site-packages/lldb && if test ! -h _lldb.so -o ! -f _lldb.so; then ln -s ../../../liblldb.so _lldb.so; fi; \ cd $(TARGET_BUILD)/Release/lib/python2.7/site-packages/lldb && if test ! -h libLLVM-$(LLVM_VERSION).so.$(SONAME_EXT) -o ! -f _lldb.so; then ln -s ../../../libLLVM-$(LLVM_VERSION).so libLLVM-$(LLVM_VERSION).so.$(SONAME_EXT); fi; \ fi