projects
/
darkstat
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91c38d9
)
test_headers: show progress.
author
Emil Mikulic
<emikulic@gmail.com>
Sat, 7 Jul 2012 08:42:20 +0000
(18:42 +1000)
committer
Emil Mikulic
<emikulic@gmail.com>
Sun, 8 Jul 2012 07:56:02 +0000
(17:56 +1000)
test_headers.sh
patch
|
blob
|
history
diff --git
a/test_headers.sh
b/test_headers.sh
index
32403e8
..
e8e0042
100755
(executable)
--- a/
test_headers.sh
+++ b/
test_headers.sh
@@
-14,6
+14,7
@@
check_deps() {
files=`ls *.h | fgrep -v -e graphjs.h -e stylecss.h`
for f in $files; do
+ echo " * $f"
cat >$src <<EOF
#include "$f"
void test_hdr_do_nothing(void) { }