The following procedure shows you how to create CUnit and PUnit test suites.
- In the Project Navigator, right-click on the Module where you want to create a Unit Test.
- Select or
- Enter a name for your test suite.
- Enter the destination module.
- Click Ok.
The new test unit suite appears as a resource under your Module. You can now define your unit test within the Methods of your test suite.