Re: Running KUnit using the wrapper script

2023-03-25 Thread Mark Brown
On Thu, Mar 23, 2023 at 09:31:10AM +0800, David Gow wrote: > The most convenient workarounds (other than having newer gcc / > binutils) are probably to either run against a different architecture > (e.g. --arch x86_64) or to build with clang (--make_options LLVM=1). > Those should be a bit more st

Re: Running KUnit using the wrapper script

2023-03-22 Thread David Gow
On Thu, 23 Mar 2023 at 09:08, Mark Brown wrote: > > I've been trying to do some stuff with KUnit but I can't seem to > find a current tree where KUnit builds. Running on Debian stable > starting from a clean -next tree and running: > >./tools/testing/kunit/kunit.py config >./tools/testing

Running KUnit using the wrapper script

2023-03-22 Thread Mark Brown
I've been trying to do some stuff with KUnit but I can't seem to find a current tree where KUnit builds. Running on Debian stable starting from a clean -next tree and running: ./tools/testing/kunit/kunit.py config ./tools/testing/kunit/kunit.py build based on Documentation/dev-tools/kunit/