TelluIoT / ThingML

The ThingML modelling language
https://github.com/TelluIoT/ThingML
Apache License 2.0
101 stars 32 forks source link

Test the UML compiler #207

Open jakhog opened 6 years ago

jakhog commented 6 years ago

Since the UML compiler is both very useful and used quite a lot, it might make sense to run tests on that compiler as well. It would probably be too hard to check that the plantuml code is correct, but we could at least run the UML compiler, and check that plantuml doesn't produce any errors.

If we want it, it should be quite easy to add to the testing framework.

What do you think @brice-morin and @ffleurey ?

ffleurey commented 6 years ago

I support the idea 👍

brice-morin commented 6 years ago

Seems like a good idea. Also it would be good to "test" the Swing compiler in the same way (just check that some key examples generate code that compiles)