From 9102a8f8beafc4f71d0973a24827ff023259037e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Ladst=C3=A4tter?= Date: Wed, 16 Aug 2023 22:48:41 +0200 Subject: [PATCH] #145: adds test scripts --- run-mac.sh | 1 + test-mac.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 100755 run-mac.sh create mode 100755 test-mac.sh diff --git a/run-mac.sh b/run-mac.sh new file mode 100755 index 00000000..31a458b4 --- /dev/null +++ b/run-mac.sh @@ -0,0 +1 @@ +$(find . -name LogoRRR) diff --git a/test-mac.sh b/test-mac.sh new file mode 100755 index 00000000..ba2c3e96 --- /dev/null +++ b/test-mac.sh @@ -0,0 +1,2 @@ +time mvn clean install -T1C -DskipTests +$(find . -name LogoRRR)