Add recursion.pl to all.sh
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index 0f5713d..ebb8d97 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -70,6 +70,9 @@
 #
 # Indicative running times are given for reference.
 
+msg "test: recursion.pl" # < 1s
+scripts/recursion.pl library/*.c
+
 msg "build: cmake, gcc, ASan" # ~ 1 min 50s
 cleanup
 CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .