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.
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)
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 ?