Re: [PATCH] tests: viracpitest only works on little endian

2023-04-18 Thread Michal Prívozník
On 4/18/23 11:53, Boris Fiuczynski wrote: > Commit fc216db4fb789cbd309 introduced a mocked test with binary test data > which fails on big endian machines. > Therefore build the viracpitest test only on little endian machines. > > Fixes: fc216db4fb789cbd30917be036d0b94d965bdf7f > >

Re: [PATCH] tests: viracpitest only works on little endian

2023-04-18 Thread Marc Hartmayer
Boris Fiuczynski writes: > Commit fc216db4fb789cbd309 introduced a mocked test with binary test data > which fails on big endian machines. > Therefore build the viracpitest test only on little endian machines. > > Fixes: fc216db4fb789cbd30917be036d0b94d965bdf7f > > Signed-off-by: Boris

[PATCH] tests: viracpitest only works on little endian

2023-04-18 Thread Boris Fiuczynski
Commit fc216db4fb789cbd309 introduced a mocked test with binary test data which fails on big endian machines. Therefore build the viracpitest test only on little endian machines. Fixes: fc216db4fb789cbd30917be036d0b94d965bdf7f Signed-off-by: Boris Fiuczynski --- tests/meson.build | 7 ++-