Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Newbie Question: Best way to start the JUnit tests

Hello Michael,

Welcome! And thank you for asking the question.

You should run tests as JUnit Plug-in Test. Using the AutomatedIntegrationSuite is a good way for running a collection of tests, or you can run a package of tests, or even an individual test in the area you are interested in. (Feel free to add to the docs, or let me know where you looked so I know where it is best to add the info.)

However to run the entire test suite on your own computer can be a little more challenging as you need all the tools and correct versions. So I would focus on the tests in the area you are modifying and rely on the gerrit verification builds to check all the other tests. If you do want to run all of CDT's tests, CDT has a docker container with all the tools you can use.

What areas are you looking at? Is there a particular bug you are trying to tackle?

Thanks,
Jonah



~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


On Fri, 11 Sep 2020 at 05:38, Michael Uhl (CTR) <Michael.Uhl@xxxxxxxxxxxx> wrote:
Hello,
I am new to the CDT-developement. My question is how the tests should be launched on my local developement machine. Should I use the "org.eclipse.cdt.core.suite.AutomatedIntegrationSuite" as a "JUnit Plugin Test"? I did not find this information in the wikil

Regards
Michael Uhl
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top