New test script for generated files

This commit is contained in:
Manuel Pégourié-Gonnard 2015-02-13 14:52:19 +00:00
parent f5dc8ec358
commit b3b8e43a12
2 changed files with 27 additions and 0 deletions

View file

@ -73,6 +73,9 @@ msg()
msg "test: recursion.pl" # < 1s
scripts/recursion.pl library/*.c
msg "test: freshness of generated source files" # < 1s
tests/scripts/check-generated-files.sh
msg "build: cmake, gcc, ASan" # ~ 1 min 50s
cleanup
CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .