Add check-names.sh to all.sh

This commit is contained in:
Manuel Pégourié-Gonnard 2015-04-09 11:09:03 +02:00
parent a79efde184
commit a687baf195

View File

@ -76,6 +76,10 @@ scripts/recursion.pl library/*.c
msg "test: freshness of generated source files" # < 1s
tests/scripts/check-generated-files.sh
msg "test/build: declared and exported names" # < 3s
cleanup
tests/scripts/check-names.sh
msg "build: cmake, gcc, ASan" # ~ 1 min 50s
cleanup
CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .