Reference no: EM133041211
Define the function, fixedpoint_add.
Fix one function, fixedpoint_add. Fully implement this and make the fixedpoint_add function work?
Test fixture object, has some useful values for testing
functions to create and destroy the test fixture
if a testname was specified on the command line, only that test function will be executed
IMPORTANT: if you add additional test functions (which you should!), make sure they are included here. E.g., if you add a test function
"my_awesome_tests", you should add
TEST(my_awesome_tests);
here. This ensures that your test function will actually be executed.
Attachment:- Fixed Point.rar