diff --git a/bin/test.sh b/bin/test.sh
index d377b19ced31980cb0dbfac2b35c5b187e1c165b..a79dd8ffc588c1093aae80ae3d5128b934f3e223 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"