Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] paho.mqtt.c library status

P.S.  I still want to have a Windows build that uses Visual Studio, and runs on AppVeyor running the tests.  I think, although you can say I don't have proof, that Windows users will want to primarily build with the MicroSoft tools.

Ian


On 02/02/2017 09:57 AM, Ian Craggs wrote:

Otavio,

that's really great - that was next on my to do list. 

I was just getting the standard Make working properly on Travis CI.  The base Make is working now, but not the tests, but I can get that working by calling Ant. 

The biggest hurdle is with the TLS tests as I created a special Mosquitto configuration.  The Mosquitto running that config is on iot.eclipse.org, but is not visible outside the eclipse.org domain.  We could run that somewhere else, or open the ports or change the tests/configuration.

Ian

On 02/02/2017 09:31 AM, Otavio Piske wrote:
Hello,

The CMake build does not build the tests, indeed. Since I offered to help w/ the CMake bits on the project, I would like to provide a brief update on that.

I am currently working on a set of PRs for the CMake build so that it builds and runs the tests. I have tied this to a Travis CI job and it currently builds the code and runs the unit tests. At the moment test1, test2, test4 and test6 pass; test3 and test5 fail and test8 and test9 timeout on Linux [1]. I intend to have the same on both OS X (although progress has been slow due to recent instabilities on Travis) as well as Windows (using AppVeyor [2]).

It's on very initial state but if anyone is interested on those CMake patches, the code for that is available on cmake-tests-travis and cmake-tests-appveyor branches on my repository https://github.com/orpiske/paho.mqtt.c.
Kind regards

On Thu, Feb 2, 2017 at 1:15 AM, Guilherme Maciel Ferreira <guilherme.maciel.ferreira@xxxxxxxxx> wrote:
Hello Sylvain,

2017-01-30 7:14 GMT-06:00 Sylvain Miermont <sylvain.miermont@xxxxxxxxx>:
> There were targets in the deprecated Makefile to build test files and
> specifically stuff in 'test/ssl'. Using the new build system, I didn't find
> ways to build those examples. This would be helpful for SSL troubleshooting.
>

With the Autotools build you can use:

$ make check

However, as far as I know, the current CMake scripts do not build the
test directory.

Best regards,

--
Guilherme Maciel Ferreira
Site: http://guilhermemacielferreira.com/
Skype: guilherme.maciel.ferreira
_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev



--
Otavio R. Piske
Messaging Quality Assurance Engineer


_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev

-- 
Ian Craggs                          
icraggs@xxxxxxxxxx                 IBM United Kingdom
Eclipse Paho Project Lead; Committer on Eclipse Mosquitto;
Tech Lead in IBM Watson IoT Platform



_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev

-- 
Ian Craggs                          
icraggs@xxxxxxxxxx                 IBM United Kingdom
Eclipse Paho Project Lead; Committer on Eclipse Mosquitto;
Tech Lead in IBM Watson IoT Platform


Back to the top