search for: enable_selftest

Displaying 3 results from an estimated 3 matches for "enable_selftest".

2019 Apr 01
3
selftest
...is: ./configure --enable-selftest make make test All run as the ordinary user. I encountered a build problem with 'make' in source4/lib/messaging/messaging_handlers.c due to the following conditional being placed /before/ #include "includes.h" #if defined(DEVELOPER) || defined(ENABLE_SELFTEST) I fixed this by moving the conditional after the #include, and the build completed fine. This is the only change I made in the code. But. 'make test' failed miserably with tons of errors. The presentation from Andrew Bartlett says that selftest should be enforced as part of the regul...
2019 Apr 01
0
selftest
...make test > > All run as the ordinary user. > > I encountered a build problem with 'make' in > source4/lib/messaging/messaging_handlers.c > > due to the following conditional being placed /before/ #include "includes.h" > #if defined(DEVELOPER) || defined(ENABLE_SELFTEST) > > I fixed this by moving the conditional after the #include, and the build > completed fine. > This is the only change I made in the code. > > But. > > 'make test' failed miserably with tons of errors. > > The presentation from Andrew Bartlett says that...
2019 Apr 01
5
selftest
...ll run as the ordinary user. >> >> I encountered a build problem with 'make' in >> source4/lib/messaging/messaging_handlers.c >> >> due to the following conditional being placed /before/ #include "includes.h" >> #if defined(DEVELOPER) || defined(ENABLE_SELFTEST) >> >> I fixed this by moving the conditional after the #include, and the build >> completed fine. >> This is the only change I made in the code. >> >> But. >> >> 'make test' failed miserably with tons of errors. >> >> The presenta...