syzkaller/pkg/runtest
Dmitry Vyukov 4b69c3cbac pkg/runtest: make tests pass on freebsd
The problem is stupid: <endian.h> should be included as <sys/endian.h> on freebsd.
Pass actual host OS to executor build as HOSTGOOS and use it to figure out
how we should include this header.
2019-03-07 20:37:43 +01:00
..
run_test.go pkg/runtest: don't print skipped/broken tests by default 2019-02-13 15:58:42 +01:00
run.go pkg/runtest: make tests pass on freebsd 2019-03-07 20:37:43 +01:00