mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-03 08:51:51 +00:00
bring back the lldb tests
This commit is contained in:
parent
0b0ede35b1
commit
39eeca85ac
8
debian/rules
vendored
8
debian/rules
vendored
@ -234,10 +234,10 @@ override_dh_auto_test:
|
||||
# lldb tests
|
||||
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
|
||||
# cd $(TARGET_BUILD)/ && $(MAKE) -C tools/lldb/test || true
|
||||
# if test -d $(TARGET_BUILD)/tools/lldb/test/lldb-test-traces/; then \
|
||||
# cat $(TARGET_BUILD)/tools/lldb/test/lldb-test-traces/*; \
|
||||
# fi
|
||||
cd $(TARGET_BUILD)/ && $(MAKE) -C tools/lldb/test || true
|
||||
if test -d $(TARGET_BUILD)/tools/lldb/test/lldb-test-traces/; then \
|
||||
cat $(TARGET_BUILD)/tools/lldb/test/lldb-test-traces/*; \
|
||||
fi
|
||||
|
||||
# Managed by debian build system
|
||||
rm -f $(CURDIR)/$(TARGET_BUILD)/Release/lib/python*/site-packages/lldb/_lldb.so
|
||||
|
Loading…
Reference in New Issue
Block a user