This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Unable to execute unit testing (using Unity framework) on hardware TDA3xx



Hi everyone,

I'm using Vision SDK 2.90 and trying to integrate the unity framework with an example in vision sdk.

So i added Unity framework files(there are only three files) in VSDK and could compile it successfully for ipu1_0.

My main test function is like as below : 

int main_test(void) {
UNITY_BEGIN();
RUN_TEST(test_math);
printf("*********************I am in the Test application*******************");
return UNITY_END();
}

I called this function from chain_main_bios.c file but it is not executing this function..

Has anybody tried any time Unity on Sys/BIOS ? Any insight is arreciated.

. I'm able to add my code to be tested in the vision SDK along with the test file(the file which calls the function under test). I'm calling the