setup.sh, valgrind_test.sh : Moved from cw_rt.

This commit is contained in:
kevin.larke 2020-03-24 08:40:52 -04:00
parent f9428e9b80
commit ef3f224f19
2 changed files with 9 additions and 0 deletions

5
src/cwtest/setup.sh Normal file
View File

@ -0,0 +1,5 @@
export LD_LIBRARY_PATH=~/sdk/libwebsockets/build/out/lib
# restart pulseaudio to free ALSA driver
systemctl --user restart pulseaudio

4
src/cwtest/valgrind_test.sh Executable file
View File

@ -0,0 +1,4 @@
valgrind --track-origins=yes --leak-check=yes --log-file=vg0.txt ../../build/linux/debug/bin/cwtest $1 $2 $3 $4 $5