Add initial prototype.
This commit is contained in:
24
4-high/gel/applet/test/leaks/basic_window/launch_check.sh
Executable file
24
4-high/gel/applet/test/leaks/basic_window/launch_check.sh
Executable file
@@ -0,0 +1,24 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
gprbuild -XOS=Linux \
|
||||
-Xrestrictions=xgc \
|
||||
-Xopengl_platform=glx \
|
||||
-Xopengl_profile=desk \
|
||||
-XBuild_Mode=debug \
|
||||
-XFLORIST_BUILD=default \
|
||||
-XBUILD_KIND=release \
|
||||
-XOSTYPE=linux-gnu \
|
||||
-XLIBRARY_TYPE=static \
|
||||
-XSDLADA_BUILD=release.static \
|
||||
-P ../../../demo/hello_mmi/hello_lumen_mmi.gpr
|
||||
|
||||
|
||||
valgrind --suppressions=../suppress-mesa.supp \
|
||||
--log-file=leak-check.txt \
|
||||
--leak-check=yes \
|
||||
../../../demo/hello_mmi/launch_hello_mmi
|
||||
|
||||
cat leak-check.txt
|
||||
|
||||
7736
4-high/gel/applet/test/leaks/suppress-mesa.supp
Normal file
7736
4-high/gel/applet/test/leaks/suppress-mesa.supp
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user