Add initial prototype.

This commit is contained in:
Rod Kay
2022-07-31 17:34:54 +10:00
commit 54a53b2ac0
1421 changed files with 358874 additions and 0 deletions

View 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