From 27312cda2990371d7bf44a94a7513b0117db6ac1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 3 Jul 2022 00:42:35 +0200 Subject: Tidy up the run/ directory a little. --- run/long-tests | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 run/long-tests (limited to 'run/long-tests') 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 -- cgit v1.2.3