Skip to main content
RPriy
Associate
June 26, 2020
Question

Add CppuTest Library and Includes in a New Build configuration of a Project

  • June 26, 2020
  • 3 replies
  • 2900 views

0693W000001rYivQAE.pngIn this image, I have created a new build configuration of Test inside the project & trying to add external library (.a) of CppUTest but not getting add library and library path option. Could you guide me on how to add libraries to any new build configuration created within a project ?

Awaiting your early response.

Thanks

Ritu

This topic has been closed for replies.

3 replies

Cartu38 OpenDev
Graduate II
June 26, 2020

Here is one example extracted from STM32Cube AI pack setup. I guess you have to apply same.0690X00000BvtszQAB.png

RPriy
RPriyAuthor
Associate
June 27, 2020

This option is also not coming for New Build Configuration.

0693W000001rdk3QAA.png

Cartu38 OpenDev
Graduate II
June 28, 2020

Here just a context issue ... have try asking for properties on project folder instead your compilation folder ... you will see much more options.

RPriy
RPriyAuthor
Associate
June 30, 2020

I intent to include unit test for my firmware for which I have added New build configuration named "Test" (you can see in above pic). I just need to link library of CppUTest to this build configuration so that it doesn't affect the build of the firmware. If you have any other suggestion/way to do this, please help with it.

Cartu38 OpenDev
Graduate II
June 30, 2020

Not sure to get your issue here then ? I've provided you way to get access to proper option and their setup so ???