]> www.infradead.org Git - users/sagi/blktests.git/commit
Add ability to build test-cases
authorJohannes Thumshirn <jthumshirn@suse.de>
Thu, 18 May 2017 12:13:06 +0000 (14:13 +0200)
committerOmar Sandoval <osandov@fb.com>
Wed, 7 Jun 2017 06:34:39 +0000 (23:34 -0700)
commit1fd941990a522b89c1229e9b16538cdb0804680f
treee11c5f50e5a2d421d91552acde3e12913941b114
parent4afefc7ec90c1cbbec3ec578f2d89614beea5ff6
Add ability to build test-cases

Add the ability to build test cases from C files. This is handy for
things like syzcaller reproducers and all other kinds of test binaries.

Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
[Omar: trimmed down Makefiles, renamed syzkaller binary]
Signed-off-by: Omar Sandoval <osandov@fb.com>
Makefile
src/.gitignore [new file with mode: 0644]
src/Makefile [new file with mode: 0644]
src/sg/syzkaller1.c [new file with mode: 0644]