CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 5 matches
CCS Forum Index
Author Message
  Topic: Unit Test Framework
enovak

Replies: 15
Views: 37484

PostForum: General CCS C Discussion   Posted: Wed Mar 16, 2022 6:44 am   Subject: Unit Test Framework
@zaz I did end up using Unity and getting it to work with the Microchip simulator. I did have to mock out some of the HW interactions. Using mocks is going to be key to helping to ensure that all of t ...
  Topic: Expecting ; (but it shouldn't be)
enovak

Replies: 6
Views: 19695

PostForum: General CCS C Discussion   Posted: Fri Dec 17, 2021 2:38 pm   Subject: Expecting ; (but it shouldn't be)
In my testing of this I was able to get the following to compile.

*(uint16*)((uint16)next - (uint16)(uint16)((1) ? sizeof(uint16) : ( ...
  Topic: Expecting ; (but it shouldn't be)
enovak

Replies: 6
Views: 19695

PostForum: General CCS C Discussion   Posted: Fri Dec 17, 2021 7:03 am   Subject: Expecting ; (but it shouldn't be)
I agree that this has made my head hurt as well. I had to expand out the macros just to get an idea of what is going on. What's interesting is that I'm able to get this to compile if instead of evalua ...
  Topic: Expecting ; (but it shouldn't be)
enovak

Replies: 6
Views: 19695

PostForum: General CCS C Discussion   Posted: Thu Dec 16, 2021 1:53 pm   Subject: Expecting ; (but it shouldn't be)
I'm using version 5.075 of the PCH compiler and compiling a piece of 3rd party code. I am getting the following error with the code below (I expanded out the macros to show exactly what the code is). ...
  Topic: Unit Test Framework
enovak

Replies: 15
Views: 37484

PostForum: General CCS C Discussion   Posted: Thu Dec 09, 2021 9:25 am   Subject: Unit Test Framework
I've been researching implementing some automated unit test in my project. I know that there are a number of different frameworks which are available to use. I was curious if anyone has implemented an ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group