summaryrefslogtreecommitdiff
path: root/run/long-tests
diff options
context:
space:
mode:
Diffstat (limited to 'run/long-tests')
-rwxr-xr-xrun/long-tests10
1 files changed, 0 insertions, 10 deletions
diff --git a/run/long-tests b/run/long-tests
deleted file mode 100755
index 6c2925495..000000000
--- a/run/long-tests
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-export LD_LIBRARY_PATH=build/src/lib:$LD_LIBRARY_PATH
-if [ "$1" == "--debug" ]; then
- gdb --args build/test/long-unit-tests
-elif [ "$1" == "--valgrind" ]; then
- valgrind --tool="memcheck" --leak-check=full build/test/long-unit-tests
-else
- build/test/long-unit-tests
-fi