repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hooks: add a warning to detect unimplemented hooks
[smatch.git]
/
validation
/
smatch_db_test.sh
blob
a72a400524f318276cbe91dda490d8e8bdb4e418
1
#!/bin/bash
2
3
rm
-f
smatch_db.sqlite
4
5
.
/
build_smatch_db.sh $
*
6
..
/
smatch $
*
7
8
rm
smatch_db.sqlite
9