Skip to content

Commit

Permalink
activate the tests for copy-swap and supplementary in the whole confo…
Browse files Browse the repository at this point in the history
…rmance test list

Signed-off-by: raphacan <[email protected]>
  • Loading branch information
raphacan committed Apr 8, 2024
1 parent 8c59240 commit f5ee5c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conformance_tests/test_tiovx/test_ext_supplementary_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ vx_status checkValues(vx_reference ref, vx_enum type, vx_uint8 a, vx_uint8 b)
}

/* Create a non-virtual example reference of the given type */
vx_reference createReference(vx_context context, vx_enum type)
vx_reference createRef(vx_context context, vx_enum type)
{
vx_reference ref = NULL;
switch (type)
Expand Down Expand Up @@ -612,7 +612,7 @@ TEST (supplementary_data, testRefCount)
/* Test creation getting and setting and getting again of supplementary data for one type */
void testOneType(vx_context context, vx_enum type)
{
vx_reference ref = createReference(context, type);
vx_reference ref = createRef(context, type);
vx_status status = VX_SUCCESS;
vx_user_data_object supp = vxGetSupplementaryUserDataObject(ref, NULL, &status);
if ( status == (vx_status)VX_SUCCESS)
Expand Down
2 changes: 2 additions & 0 deletions conformance_tests/test_tiovx/test_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,6 @@ TESTCASE(tivxNestedUserNode)
TESTCASE(tivxTgKnl)
TESTCASE(bpExtStandardNodes)
TESTCASE(bpExtFramework)
TESTCASE(copySwap)
TESTCASE(supplementary_data)
#endif

0 comments on commit f5ee5c0

Please sign in to comment.