summaryrefslogtreecommitdiff
path: root/run/long-tests
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-07-03 00:42:35 +0200
committerCarl Hetherington <cth@carlh.net>2022-07-03 00:42:35 +0200
commit27312cda2990371d7bf44a94a7513b0117db6ac1 (patch)
tree80380c3310b49d8d56b2a96fe86eb5f402bddb3a /run/long-tests
parent11aac314d1e87beb51907419b93caaede52e8844 (diff)
Tidy up the run/ directory a little.v2.16.16
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