Init squashed
This commit is contained in:
commit
4aac4b824f
95 changed files with 7582 additions and 0 deletions
8
scripts/run.sh
Executable file
8
scripts/run.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
cd build
|
||||
meson compile
|
||||
LSAN_OPTIONS="suppressions=../suppr.txt" ./examples/02_systems/02_systems
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue