Hi Anton, unittest needs gtest to be compiled and will be enabled whenever the gtest-config script is found (or explicitly given as configure option). If so, the compilation creates unittest/src/sumo-unittest which can be simply executed. Additionally (and mainly) we use texttest (http://www.texttest.org/) for our nightly tests but I suppose they are running too long for continuous integration but we could identify a subset if you want. For our nightly reports see here: http://sumo.dlr.de/daily/. As you can see there we already have nightly builds for various platforms but it would be nice to have a continuous debian build as well (I already set up a travis build (https://travis-ci.org/behrisch/sumo but it is currently not working because I corrupted our github mirror).
All the best, Michael Am 28.04.2015 um 19:56 schrieb Anton Gladky: > Michael, > > there is a question about unittest. The files in unittest/-folder > seem to be compiled during the build process. But how one can > use those unittest? > > Now we have in Debian an opportunity to employ continuous integration, > which seems works very well [1]. For sumo I created a simple script just > to test the functionality [2]. > > Also we start a simple test during the build process [3]. If you have a > better idea about tests (or we can employ unittest/) with output > comparison with correct results, please let me know. > > [1] http://ci.debian.net/packages/s/sumo/unstable/amd64/ > [2] > http://anonscm.debian.org/cgit/debian-science/packages/sumo.git/tree/debian/tests/parade > [3] > http://anonscm.debian.org/cgit/debian-science/packages/sumo.git/tree/debian/rules#n42 > > Thanks > > Anton > > > 2015-04-19 7:12 GMT+02:00 Michael Behrisch <[email protected]>: >> Hi Anton, >> I found somthing like this https://wiki.ubuntu.com/UbuntuBackports and >> thought it might make it easier to get an up to date sumo. But since it >> requires manual configuration on the user side as well, we probably can >> just stick with the separate ppa. >> >> Thanks for your efforts, >> Michael >> >> Am 17.04.2015 um 19:44 schrieb Anton Gladky: >>> If they have already added PPA in their source.lists, they just >>> need to do "apt-get update" und "apt-get upgrade" to get >>> a newer version. >>> >>> Official backports I provide only for Debian regularly. For example >>> Debian Wheezy has now 0.21.0 version, though when we released >>> 2 years ago, it was 0.15.0. I am planning to do so further. Debian Jessie >>> will be released in a week, it will have 0.21.0, so backports of 0.23.0 >>> will be provided somewhere at the end of April-beginning of May. >>> >>> Official backports for Ubuntu AFAIK do not exist. >>> >>> Regards >>> >>> Anton >>> >>> >>> 2015-04-17 18:40 GMT+02:00 Michael Behrisch >>> <[email protected]>: >>>> Hi Anton, >>>> thank you very much! If I understand correctly the users now still need >>>> to add the sumo ppa before they get the updated sumo, don't they? >>>> Would an official backport be possible? >>>> >>>> Best regards, >>>> Michael >>>> >>>> Am 17.04.2015 um 08:07 schrieb Anton Gladky: >>>>> Hi Michael, >>>>> >>>>> thanks for info. Packages are updated. >>>>> >>>>> >>>>> Regards >>>>> >>>>> Anton >>>>> >>>>> >>>>> 2015-04-16 22:44 GMT+02:00 Michael Behrisch >>>>> <[email protected]>: >>>>>> Hi Anton, >>>>>> no they are not needed. BTW, could you issue backporting requests for >>>>>> the most recent sumo for the LTS versions of ubuntu, if it somehow fits >>>>>> your update workflow? >>>>>> >>>>>> Thanks for taking care, >>>>>> Michael >>>>>> >>>>>> >>>>>> Am 16.04.2015 um 21:54 schrieb Anton Gladky: >>>>>>> Dear developers, >>>>>>> >>>>>>> release tarball 0.23.0 has some bmp-files under: >>>>>>> tools/projects/vehicles2d/images_save >>>>>>> >>>>>>> Do they need to be distributed in the Debian package? >>>>>>> >>>>>>> Thanks >>>>>>> >>>>>>> Anton >>>>>>> >>>>>>> ------------------------------------------------------------------------------ >>>>>>> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT >>>>>>> Develop your own process in accordance with the BPMN 2 standard >>>>>>> Learn Process modeling best practices with Bonita BPM through live >>>>>>> exercises >>>>>>> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- >>>>>>> event?utm_ >>>>>>> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF >>>>>>> _______________________________________________ >>>>>>> sumo-devel mailing list >>>>>>> [email protected] >>>>>>> https://lists.sourceforge.net/lists/listinfo/sumo-devel >>>>>>> >>>>>> >>>> >> ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ sumo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-devel
