git-svn-id: https://svn.kapsi.fi/jpa/nanopb@945 e3a754e5-d11d-0410-8d38-ebb782a927b9

This commit is contained in:
Petteri Aimonen
2011-07-27 20:01:50 +00:00
parent ead3b734d8
commit 42e5fcc0be
2 changed files with 2 additions and 16 deletions

View File

@@ -9,3 +9,5 @@ clean:
test_decode1: test_decode1.c $(DEPS)
$(CC) $(CFLAGS) -o $@ $< ../pb_decode.c
fuzztest: test_decode1
I=1; while cat /dev/urandom | ./test_decode1 > /dev/null; do I=$(($I+1)); echo -en "\r$I"; done