Add check-names.sh to all.sh
This commit is contained in:
parent
a79efde184
commit
a687baf195
1 changed files with 4 additions and 0 deletions
|
@ -76,6 +76,10 @@ scripts/recursion.pl library/*.c
|
||||||
msg "test: freshness of generated source files" # < 1s
|
msg "test: freshness of generated source files" # < 1s
|
||||||
tests/scripts/check-generated-files.sh
|
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
|
msg "build: cmake, gcc, ASan" # ~ 1 min 50s
|
||||||
cleanup
|
cleanup
|
||||||
CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .
|
CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .
|
||||||
|
|
Loading…
Reference in a new issue