From f9cd219ceca973bf7ae24b28bc65732ea2f5ea1d Mon Sep 17 00:00:00 2001 From: Maxime Haselbauer Date: Wed, 1 May 2024 09:41:37 +0000 Subject: [PATCH] Add a script to execute all tests --- test.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 test.sh diff --git a/test.sh b/test.sh new file mode 100755 index 0000000..6a32776 --- /dev/null +++ b/test.sh @@ -0,0 +1,5 @@ +#!/bin/bash +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +set -e +cd "$DIR"/build +ctest --output-on-failure