commit | ea29d152c7716e8d066c5a4d3275ee846c056bec | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Nov 20 17:32:33 2014 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Nov 20 17:32:33 2014 +0100 |
tree | 39b652a0aacc25dd7abf0bdd9ff62e9cd5387ff3 | |
parent | 10c44d767d62520385401cbc710436b2cd210dcc [diff] |
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 .