Skip to content

Commit

Permalink
test: aufile - second path for share directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cspiel1 committed Jun 3, 2024
1 parent a1bf0b8 commit 304575e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/aufile.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ int test_aufile_duration(void)

err = ausrc_alloc(&ausrc, baresip_ausrcl(), "aufile",
&prm, "../share/message.wav", NULL, NULL, NULL);
if (err)
err = ausrc_alloc(&ausrc, baresip_ausrcl(), "aufile",
&prm, "share/message.wav", NULL, NULL, NULL);
TEST_ERR(err);
ASSERT_EQ(787, prm.duration);
ASSERT_EQ(1, prm.ch);
Expand Down

0 comments on commit 304575e

Please sign in to comment.