Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit test done for all of our components. #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

EwenPinto
Copy link
Contributor

We have done a unit test for following components:
stub.c,
catalog.c,
delete.c,
hash.c,
block.c,
dedup.c.
and created makefile for all the above files for unit testing them.*/

We have done a unit test for following components:
stub.c,
catalog.c,
delete.c,
hash.c,
block.c,
dedup.c.
and created makefile for all the above files for unit testing them.*/
static void test_return_values(void **state)
{

assert_int_equal(init_block_store(), 0);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good. Nice, simple test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants