Makefile: add NO_UTEST#4543
Makefile: add NO_UTEST#4543ffontaine wants to merge 1 commit intoOpenMathLib:developfrom ffontaine:develop
Conversation
Add NO_UTEST to allow the user to disable building utest Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
Thanks - I wonder why you would want to do this ? |
|
Because utest unconditonally uses Full build log: http://autobuild.buildroot.org/results/b9d/b9d097ae077f2cb40fc60de94bf25423636af005/build-end.log |
|
I see, so it is actually this one test that should be excluded as not supported on your platform. Does the uclibc toolchain define anything that could be used to shortcut the fork test ? (Assuming that everything else needed by the OpenBLAS library itself is implemented) |
|
When MMU is disabled on an uclibc-ng toolchain, However, I still think that adding |
|
build should be fixed by #4544 |
|
Thanks, however, |
|
sorry for that, now addressed in #4546 |
|
Thanks, build failure is fixed, closing this PR. |
Add
NO_UTESTto allow the user to disable building utest