add fuzzer and cram based unit tests
authorPetr Štetiar <ynezz@true.cz>
Thu, 12 Dec 2019 22:24:15 +0000 (23:24 +0100)
committerPetr Štetiar <ynezz@true.cz>
Mon, 16 Dec 2019 22:39:16 +0000 (23:39 +0100)
commit08f17c87a000cc74551e1539d1916c7bfd84ae68
treeba97ace89e748110f04f4b2a0fda94a32c311fa4
parentc413be9b376c685e4a5b04b1d0d9d716dfbeb460
add fuzzer and cram based unit tests

For improved QA etc.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
26 files changed:
CMakeLists.txt
tests/CMakeLists.txt [new file with mode: 0644]
tests/cram/CMakeLists.txt [new file with mode: 0644]
tests/cram/test_ubus.t [new file with mode: 0644]
tests/cram/test_ubusd.t [new file with mode: 0644]
tests/fuzz/CMakeLists.txt [new file with mode: 0644]
tests/fuzz/corpus/05fe405753166f125559e7c9ac558654f107c7e9 [new file with mode: 0644]
tests/fuzz/corpus/0660e49c13f6d167a8298d885f724bad8f62fc35 [new file with mode: 0644]
tests/fuzz/corpus/37dadeab8d8ce7611f230f9524c1e8ab751c4a6a [new file with mode: 0644]
tests/fuzz/corpus/71520a5c4b5ca73903216857abbad54a8002d44a [new file with mode: 0644]
tests/fuzz/corpus/73c72a4d2bd1cd31b0b44256a888feec9eaaba27 [new file with mode: 0644]
tests/fuzz/corpus/8db068f76b98df8730f5308b12c793fdf04c47c2 [new file with mode: 0644]
tests/fuzz/corpus/c1dfd96eea8cc2b62785275bca38ac261256e278 [new file with mode: 0644]
tests/fuzz/corpus/c42ac1c46f1d4e211c735cc7dfad4ff8391110e9 [new file with mode: 0644]
tests/fuzz/corpus/crash-1b8fb1be45db3aff7699100f497fb74138f3df4f [new file with mode: 0644]
tests/fuzz/corpus/crash-4c4d2c3c9ade5da9347534e290305c3b9760f627 [new file with mode: 0644]
tests/fuzz/corpus/crash-5e9937b197c88bf4e7b7ee2612456cad4cb83f5b [new file with mode: 0644]
tests/fuzz/corpus/crash-75b146c4e6fac64d3e62236b27c64b50657bab2a [new file with mode: 0644]
tests/fuzz/corpus/crash-813f3e68661da09c26d4a87dbb9d5099e92be50f [new file with mode: 0644]
tests/fuzz/corpus/crash-98595faa58ba01d85ba4fd0b109cd3d490b45795 [new file with mode: 0644]
tests/fuzz/corpus/crash-d0f3aa7d60a094b021f635d4edb7807c055a4ea1 [new file with mode: 0644]
tests/fuzz/corpus/crash-df9d1243057b27bbad6211e5a23d1cb699028aa2 [new file with mode: 0644]
tests/fuzz/corpus/crash-e2fd5ecb3b37926743256f1083f47a07c39e10c2 [new file with mode: 0644]
tests/fuzz/corpus/e2814b29dd2fd5db02b1ab7c5e147e1194a489ce [new file with mode: 0644]
tests/fuzz/corpus/valid-blobmsg.bin [new file with mode: 0644]
tests/fuzz/test-fuzz.c [new file with mode: 0644]