From 4f77c1ff5b182f7d632b9f53f684f26ae236f61b Mon Sep 17 00:00:00 2001
From: Thibault Martin <thi.martin.pro@pm.me>
Date: Thu, 18 Apr 2024 15:19:00 +0200
Subject: [PATCH] [tests] Add a shortcut for eva tests

---
 bin/test.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bin/test.sh b/bin/test.sh
index d377b19ced3..a79dd8ffc58 100755
--- a/bin/test.sh
+++ b/bin/test.sh
@@ -226,6 +226,9 @@ do
             ALIAS_NAME=$2
             shift
             ;;
+        "eva")
+            TESTS+=" tests/value tests/builtins tests/float tests/idct"
+            ;;
         *)
             if [ -f $1 ] || [ -d $1 ]; then
                 TESTS+=" $1"
-- 
GitLab