Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] How to run tests

Hi Wolfgang,

You can run the test by "make test" without anything.
- Some tests need Python. But without Python, they will be skipped
safety and you can see the message about that.
- Some tests will fail because of remained bugs on current source codes.
  You can complete other tests by commenting out in the
test/broker/Makefile manually.

Regards,
Tatsuzo


2018-06-15 22:19 GMT+09:00 Wolfgang Hottgenroth
<wolfgang.hottgenroth@xxxxxxxxxx>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> Hi,
>
>
> I would like to contribute. This time only a really minor bugfix.
> I'm wondering whether someone could give me a quick hint how to run the
> tests. Is it necessary to setup a test environment manually, especially
> with the library in the required place or is there some script to
> create the test environment?
>
>
> Thank you and cheers,
> Wolfgang
>
> -----BEGIN PGP SIGNATURE-----
>
> iQIzBAEBCAAdFiEEdSF8CIs+9q5V9NTHtYbq/N8vZfQFAlsjvNEACgkQtYbq/N8v
> ZfQs2Q//aNwv5Z3Y0BL1GsUYoz2ygJgVpkf1sI10Pd0Jd+TM9S9zBlaPKuhTlbyZ
> loO9j28uCQIz650BfQUrw6pt46C+86662f5oiTfyncYNsG4sMJs+1lqPXyv1cCYQ
> DB9oV5B8Wqn2pzFUPLAaazo/M/sak6sqfadMEa9TAs3z+3Pg8H3q4qNIUWVwChOQ
> /ThRCGGhpNYqO8g2enJJTH/B+ef6PwzJEaD1YIR+k5Sd13UIgT/eLP9X8N9sI7Z7
> RwOK9p+nj80QlL5YORu8vtQEwyY3YyJfjHCa5v3mlqlrKVT3XbNfrG5YLJ9+XRe4
> GbVreBB+7jbWTR3VvjjArSq2R1vjq9Cnqr5Exiy5qscaM3xyc/CskWis8RCKuMGi
> Z8uCXPKuog181lRipPfCoZdY030+1TA0h22S1hTxz5Lq7V+7gHcC4QyMv+ueGeNr
> sYGQl0Mf2PVqKqh1oz/Ru0IAhw62iltVHjYqbY1h1Cr929PaXYpYroNaQPMEtla0
> 3CZ3b3z/P+LT5mSO/EvmR6RYfUKAM3Wq5BHpBZGkMhR38jjsmZiwgmuru6hbFMfO
> yho24a4jRFCRixLJYbWO8SzV0hGhXykFtXuqHkyy0BV+Tiwn13/YwlB6MDO7Q+1a
> ENtmFODHdJZsWuHRnn1pyAANXFbnneJ5LpuFe4mBlEJnlKRVs0k=
> =EhgQ
> -----END PGP SIGNATURE-----
> _______________________________________________
> mosquitto-dev mailing list
> mosquitto-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/mosquitto-dev


Back to the top