Skip to content

Commit

Permalink
nco: adding basic copy() test with NULL as input
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaeddert committed Jun 12, 2024
1 parent 89f896c commit 06165cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nco/tests/nco_crcf_autotest.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ void autotest_nco_config()
#endif
//
CONTEND_INEQUALITY(LIQUID_OK, nco_crcf_destroy(NULL));
CONTEND_ISNULL(nco_crcf_copy(NULL));

// create proper NCO object and test configurations
nco_crcf q_nco = nco_crcf_create(LIQUID_NCO);
Expand Down

0 comments on commit 06165cd

Please sign in to comment.