test-runner: Always define qemu_table

Otherwise build fails in architectures with no qemu name defined.
This commit is contained in:
Matías Zúñiga 2017-06-01 11:34:35 -04:00 committed by Denis Kenzior
parent 21fffe2629
commit d46489c4ee
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ static const char * const qemu_table[] = {
};
#else
#warning Qemu binary name not defined for this architecture yet
static const char * const qemu_table[] = { NULL };
#endif
struct wiphy {