Re: [Spice-devel] [PATCH spice-server v3 04/12] test-sasl: Initial SASL test

2018-01-04 Thread Christophe Fergeau
On Fri, Dec 22, 2017 at 10:07:05AM +, Frediano Ziglio wrote: > +int > +main(int argc, char *argv[]) > +{ > +return 0; > +} > +#else > +int > +main(void) > +{ > +return 0; > +} > +#endif Have you considered disabling the test in Makefile.am when SASL is not available? Christophe sign

[Spice-devel] [PATCH spice-server v3 04/12] test-sasl: Initial SASL test

2017-12-22 Thread Frediano Ziglio
Not currently working, is defining SASL functions used by the code. As the symbols defined in the objects have more priority than the ones defined by the libraries these function take precedence compared to system library. Signed-off-by: Frediano Ziglio --- server/tests/.gitignore | 1 + serv