Add convenience scripts

Changelog:
- Add build and run scripts for convenience
- Update lsan suppresion file
scene_man
En Yi 2023-03-11 22:50:17 +08:00
parent 340d507f14
commit d01a6772ec
3 changed files with 7 additions and 0 deletions

3
build.sh 100755
View File

@ -0,0 +1,3 @@
#!/bin/sh
cd build/ && make -j4 && cd ..

View File

@ -1 +1,2 @@
leak:X11
leak:radeonsi_dri

3
run.sh 100755
View File

@ -0,0 +1,3 @@
#!/bin/sh
LSAN_OPTIONS=suppressions=./lsan_supp.txt ./build/$1