From ea29d152c7716e8d066c5a4d3275ee846c056bec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Thu, 20 Nov 2014 17:32:33 +0100 Subject: [PATCH] Add recursion.pl to all.sh --- tests/scripts/all.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 0f5713d70..ebb8d973e 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -70,6 +70,9 @@ msg() # # 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 .