Code Review
/
apps
/
agl-service-can-low-level.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a3f5e4d
)
Make the fuzztest runnable again
author
Petteri Aimonen
<jpa@npb.mail.kapsi.fi>
Fri, 30 Dec 2011 09:05:01 +0000
(09:05 +0000)
committer
Petteri Aimonen
<jpa@npb.mail.kapsi.fi>
Fri, 30 Dec 2011 09:05:01 +0000
(09:05 +0000)
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@1091
e3a754e5
-d11d-0410-8d38-
ebb782a927b9
tests/Makefile
patch
|
blob
|
history
diff --git
a/tests/Makefile
b/tests/Makefile
index
899a686
..
11f061a
100644
(file)
--- a/
tests/Makefile
+++ b/
tests/Makefile
@@
-57,5
+57,5
@@
run_unittests: decode_unittests encode_unittests test_encode1 test_encode2 test_
[ "`./test_encode_callbacks | ./test_decode_callbacks`" = \
"`./test_encode_callbacks | protoc --decode=TestMessage callbacks.proto`" ]
-run_fuzztest: test_decode
1
- bash -c 'I=1; while
cat /dev/urandom | ./test_decode1 > /dev/null; do
I=$$(($$I+1)); echo -en "\r$$I"; done'
+run_fuzztest: test_decode
2
+ bash -c 'I=1; while
true; do cat /dev/urandom | ./test_decode2 > /dev/null;
I=$$(($$I+1)); echo -en "\r$$I"; done'