]> git.mdlowis.com Git - proto/labwc.git/commitdiff
Add tools/run
authorJohan Malm <jgm323@gmail.com>
Thu, 13 Aug 2020 19:27:34 +0000 (20:27 +0100)
committerJohan Malm <jgm323@gmail.com>
Thu, 13 Aug 2020 19:27:34 +0000 (20:27 +0100)
tools/asan_suppressions.txt [moved from asan_suppressions.txt with 100% similarity]
tools/run [new file with mode: 0755]

diff --git a/tools/run b/tools/run
new file mode 100755 (executable)
index 0000000..5506632
--- /dev/null
+++ b/tools/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+LSAN_OPTIONS=suppressions=tools/asan_suppressions.txt ./build/labwc
+
+