Skip to content

Commit

Permalink
amazon-kvs-webrtc-sdk: add libasan preload
Browse files Browse the repository at this point in the history
thomas-roos committed Jan 27, 2025
1 parent d1a82bd commit 0e9dcea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes-sdk/amazon-kvs-webrtc-sdk/files/run-ptest
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

export LD_PRELOAD=$(find /usr/lib /lib -type f -name "libasan.so*")

./webrtc_client_test --gtest_filter=DataChannelApiTest* --gtest_output=json:result.json

python3 ptest_result.py result.json

0 comments on commit 0e9dcea

Please sign in to comment.